freebsd-ports/databases/iowow/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

15 lines
652 B
Plaintext

IOWOW is persistent key-value database engine based on skip list data
structure. Some of its features and limitations:
- Support of multiple key-value databases within a single file
- Native support of integer keys
- Write Ahead Logging (WAL)
- Support of record values represented as sorted array of integers
- Ultra-fast sequential traversal of database records
- Compound keys support
- Good performance comparing to main competitors (LMDB, LevelDB,
Kyoto Cabinet)
- Tiny C11 library (200 KB), easily embeddable into any software
- Maximum storage file size is 512 GB, maximum size of a single
key+value record is 255 MB