Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.