the champagne of beta embedded databases
rust
tree
orm
database
high-performance
persistence
fuzzing
formal-methods
concurrent
lock-free
log-structured
kv
b-tree
sled
b-plus-tree
b-link-tree
bw-tree
incredibly-spicy
embedded-kv
crash-testing
-
Updated
Jul 26, 2021 - Rust
In the following file we have already ported some tests from Go to Rust:
https://github.com/crossbeam-rs/crossbeam-channel/blob/master/tests/golang.rs
The idea is to blindly port all the tests for Go channels line by line, which will give us additional confidence in the correctness of crossbeam-channel.
In the test file, you can find stubs with links to the original tests written in Go and