https://github.com/al8n/memorable
Lock-free, ordered and multiple version memory table for key-value databases.
https://github.com/al8n/memorable
lsm-tree memtable rust rust-lang skiplist
Last synced: 6 months ago
JSON representation
Lock-free, ordered and multiple version memory table for key-value databases.
- Host: GitHub
- URL: https://github.com/al8n/memorable
- Owner: al8n
- License: apache-2.0
- Created: 2024-11-04T20:44:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T02:32:42.000Z (8 months ago)
- Last Synced: 2025-04-03T12:13:13.519Z (6 months ago)
- Topics: lsm-tree, memtable, rust, rust-lang, skiplist
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README-zh_CN.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE-APACHE
Awesome Lists containing this project
README
memorable
开源Rust代码库GitHub模版
[
][Github-url]
![]()
[][CI-url]
[][codecov-url]
[
][doc-url]
[][crates-url]
[][crates-url]
[English][en-url] | 简体中文
## Installation
```toml
[dependencies]
memorable = "0.1"
```## Features
- [x] 更快的创建GitHub开源Rust代码库
#### License
`Template-rs` is under the terms of both the MIT license and the
Apache License (Version 2.0).See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT) for details.
Copyright (c) 2021 Al Liu.
[Github-url]: https://github.com/al8n/memorable/
[CI-url]: https://github.com/al8n/template/actions/workflows/template.yml
[doc-url]: https://docs.rs/memorable
[crates-url]: https://crates.io/crates/memorable
[codecov-url]: https://app.codecov.io/gh/al8n/memorable/
[license-url]: https://opensource.org/licenses/Apache-2.0
[rustc-url]: https://github.com/rust-lang/rust/blob/master/RELEASES.md
[license-apache-url]: https://opensource.org/licenses/Apache-2.0
[license-mit-url]: https://opensource.org/licenses/MIT
[en-url]: https://github.com/al8n/memorable/tree/main/README.md