iowow
brew install iowow
v1.4.18
MIT
C utility library and persistent key/value storage engine
—
30-day installs
2
90-day · #20719
8
365-day · #19188
310
★ GitHub stars · updated 2mo ago
Build dependencies
GitHub topics
android-database
c
c11
database
database-engine
ejdb
embedded-c
freebsd
key-value
key-value-database
key-value-store
kv-store
kvstore
nosql
osx
persistent-data-structure
persistent-storage
skip-list
skiplist
Links
- https://github.com/Softmotions/iowow
- GitHub: Softmotions/iowow
- Brew formula source: Formula/i/iowow.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"cmake"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "C utility library and persistent key/value storage engine",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:53+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "iowow",
"github_default_branch": "master",
"github_last_commit_at": "2026-06-16T13:46:44Z",
"github_readme_excerpt": "IOWOW \u2014 `C11` utility library and persistent key/value storage engine\n==================================================================================================================\n\n**NOTE: Issues tracker is disabled. You are welcome to contribute, pull requests accepted.**\n\n[](https://github.com/Softmotions/iowow/blob/master/LICENSE)\n\n\n# Key components\n\n* [utils](https://github.com/Softmotions/iowow/tree/master/src/utils) Useful data structures and various commonly used routines.\n* [json](https://github.com/Softmotions/iowow/tree/master/src/json) JSON parsing and manipulation routines incluing JSON Patch/Pointers support.\n* [iwkv.h](https://github.com/Softmotions/iowow/blob/master/src/kv/iwkv.h) Persistent key/value database engine.\n* [iwfsmfile.h](https://github.com/Softmotions/iowow/blob/master/src/fs/iwfsmfile.h) File blocks allocation manager like `malloc()` on files.\n\n## IWKV Features\n\n* Support of multiple key-value databases within a single file\n* Online database backups\n* Native support of integer keys\n* Write Ahead Logging (WAL)\n* Ultra-fast traversal of database records\n* Compound keys support\n* Good performance comparing its main competitors: `lmdb`, `leveldb`, `kyoto cabinet`\n* Tiny C11 library (200Kb) can be easily embedded into any software\n\n## IWKV Limitations\n\n* Maximum iwkv storage file size: `512 GB (0x7fffffff80)`\n* Total size of a single key+value record must be not greater than `255Mb (0xfffffff)`\n\n# Prerequisites\n\n* Linux, macOS or FreeBSD\n* gcc or clang compiler (clang is preferred since allows code blocks API provided by this project)\n* pkgconf or pkg-config\n\n# Build by [Autark](https://github.com/Softmotions/autark)\n\n```sh\n./build.sh\n```\n\n## Install\n\n```sh\n./build.sh --prefix=$HOME/.local\n```\n\n# Examples\n\n[src/kv/examples](https://github.com/Softmotions/iowow/tree/master/src/kv/examples)\n\n## Store and retri",
"github_repo": "Softmotions/iowow",
"github_stars": 310,
"github_topics": [
"android-database",
"c",
"c11",
"database",
"database-engine",
"ejdb",
"embedded-c",
"freebsd",
"key-value",
"key-value-database",
"key-value-store",
"kv-store",
"kvstore",
"nosql",
"osx",
"persistent-data-structure",
"persistent-storage",
"skip-list",
"skiplist"
],
"homepage": "https://github.com/Softmotions/iowow",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": null,
"installs_365d": 8,
"installs_90d": 2,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "iowow",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": null,
"rank_365d": 19188,
"rank_90d": 20719,
"raw_hash": "721dbc4992c6b226",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/i/iowow.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.4.18",
"versioned_formulae": [],
"why_use_this": null
}