https://github.com/kulp/naive-tsearch
A simple tsearch() implementation for platforms without one
https://github.com/kulp/naive-tsearch
libc tree tsearch
Last synced: 2 months ago
JSON representation
A simple tsearch() implementation for platforms without one
- Host: GitHub
- URL: https://github.com/kulp/naive-tsearch
- Owner: kulp
- License: mit
- Created: 2020-02-21T18:50:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T03:42:14.000Z (over 4 years ago)
- Last Synced: 2025-02-08T22:15:42.844Z (4 months ago)
- Topics: libc, tree, tsearch
- Language: C++
- Size: 52.7 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# naive-tsearch
A simple tsearch() implementation for platforms without one