fork_serde_bare/README
Richard Bradfield c74cc25a2f
Add Criterion benchmarks
Introduces a (hopefully) representative set of benchmarks for an
imaginary 'User session token', with a variable size depending on which
fields are populated. Does not yet cover floating point or union types.

Also included is a go-bare implementation of an identical benchmark, so
that we can compare our implementation again the 'reference' code.
2020-07-17 15:31:50 -06:00

20 lines
588 B
Plaintext

serde_bare
An implementation of the BARE (https://git.sr.ht/~sircmpwn/bare) encoding format draft.
Mailing list: https://lists.sr.ht/~tdeo/serde_bare
To run benchmarks on your system:
make bench
Or to run the reference Go benchmarks as well:
make bench-all
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.