Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[README.md] RocksDB -> LMDB #17

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ programming language, it is completely multithreaded; and offers high performanc
</li>
<li>
<h4>💾 Lighting fast database to ensure extremely fast world loading speeds</h4>
<h6><i><a href="https://github.com/facebook/rocksdb">Currently using RocksDB</a></i></h6>
<h6><i><a href="https://www.symas.com/lmdb">Currently using LMDB</a></i></h6>
<i>32 render distance*</i>
<img src="https://github.com/Sweattypalms/ferrumc/blob/dev/README/assets/chunk_loading.gif?raw=true" alt="Chunk Loading DEMO">
</li>
Expand Down Expand Up @@ -106,7 +106,6 @@ programming language, it is completely multithreaded; and offers high performanc

- Rust compiler (latest nightly version)
- Cargo (comes with Rust)
- [LLVM](https://github.com/llvm/llvm-project/releases) (required for RocksDB compilation)

### 📥 Installation

Expand Down Expand Up @@ -216,4 +215,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) f
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ferrumc-rs/ferrumc&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ferrumc-rs/ferrumc&type=Date" />
</picture>
</a>
</a>
Loading