Skip to content

Commit 3d42e95

Browse files
committed
More doc changes
1 parent d1e277f commit 3d42e95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the OpenLDAP Project.
1515
LMDB uses memory-mapped files, so it has the read performance of a pure in-memory
1616
database while still offering the persistence of standard disk-based databases.
1717
It is transactional with full ACID semantics and crash-proof by design.
18-
No journal files. No corruption. No startup time. No dependencies. Zero-config
18+
No journal files. No corruption. No startup time. No dependencies. No config
1919
tuning. LMDB is a perfect foundation for large, read-centric, single node
2020
workloads that require strong latency and operational robustness outcomes.
2121

@@ -59,7 +59,7 @@ latency, Java 9 roadmap and its much simpler build requirements). We also
5959
significantly reduced `Unsafe` use, with only a single class still using it
6060
(and there is automatic reflective fallback used if `Unsafe` is not available).
6161
As such these changes make LmdbJava the optimal choice for projects targeting
62-
server-class JVMs.
62+
server-class JVMs, and it will be very easy to support Java 9 when released.
6363

6464
## License
6565

0 commit comments

Comments
 (0)