Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metaplex-foundation/solana_serialization_benchmark
Benchmarks for rust serialization frameworks, inspired by https://github.com/djkoloski/rust_serialization_benchmark
https://github.com/metaplex-foundation/solana_serialization_benchmark
Last synced: about 1 month ago
JSON representation
Benchmarks for rust serialization frameworks, inspired by https://github.com/djkoloski/rust_serialization_benchmark
- Host: GitHub
- URL: https://github.com/metaplex-foundation/solana_serialization_benchmark
- Owner: metaplex-foundation
- License: other
- Created: 2024-07-30T13:24:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:58:53.000Z (about 1 month ago)
- Last Synced: 2024-12-06T15:47:11.397Z (about 1 month ago)
- Language: Rust
- Homepage: https://solana-serialization-benchmark.vercel.app
- Size: 684 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - metaplex-foundation/solana\_serialization\_benchmark - Benchmarks for rust serialization frameworks, inspired by https://github.com/djkoloski/rust\_serialization\_benchmark (Rust)
README
# Solana Serialization Benchmark
Benchmarks for rust serialization frameworks, inspired by https://github.com/djkoloski/rust_serialization_benchmark.
## Versions
- Solana 1.18.22
- RustC 1.81.0## Programs
This project contains the following programs:
- [Solana Serialization Benchmark](./programs/solana-serialization-benchmark/README.md) `BENCHVr3SC7dVDMtKVpwctjFNPBMrqvXn9JVACJg3KEb`
You will need a Rust version compatible with BPF to compile the program, currently we recommend using Rust 1.68.0.
## Clients
This project contains the following clients:
- [JavaScript](./clients/js/README.md)
- [Rust](./clients/rust/README.md)## Contributing
Check out the [Contributing Guide](./CONTRIBUTING.md) the learn more about how to contribute to this project.