Skip to content

Commit

Permalink
updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed Jun 26, 2024
1 parent a7be0c8 commit 19d0685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It mantains the dictionary interface for one key operations.

NOTE: If you're considering using `LevelDB2` for a fresh project,
- please see this [comparison](https://mozilla.github.io/firefox-browser-architecture/text/0017-lmdb-vs-leveldb.html) with [`LMDB`](https://www.symas.com/lmdb) (a Julia package is also available [`LMDB.jl`](https://github.com/wildart/LMDB.jl)).
- On the other hand, `LevelDB` has builtin compression and it is less painful whenever using `mmap` becomes an issue.
- On the other hand, `LevelDB` has builtin compression and it is less painful whenever using `mmap` becomes an issue (e.g. some versions of windows or 32bit systems).

## Install `LevelDB2.jl`

Expand Down

0 comments on commit 19d0685

Please sign in to comment.