Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maoueh/object-store-rs

Experience to see speed of Rust `object-store` vs Golang `dstore` library
https://github.com/maoueh/object-store-rs

Last synced: 2 days ago
JSON representation

Experience to see speed of Rust `object-store` vs Golang `dstore` library

Awesome Lists containing this project

README

        

## Object Store Rust/Go comparison

This tests StreamingFast `dstore` Golang library speed against Rust `object-store` library when reading StreamingFast merged blocks.

The pass `store_url` is expected to contains a blocks for a network, the CLI application in both language will read blocks for 2 minutes and output average speed each 5s as well as final average download speed over 2 minutes.

### Golang

```bash
cd go
go run . gs:///
```

### Rust

```bash
cargo run -- gs:///
```