Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/truncateddinosour/libtrie
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/libtrie] Trie implementation in C89 for generating text.
https://github.com/truncateddinosour/libtrie
ansic c89 markov-chain trie
Last synced: about 1 month ago
JSON representation
[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/libtrie] Trie implementation in C89 for generating text.
- Host: GitHub
- URL: https://github.com/truncateddinosour/libtrie
- Owner: TruncatedDinoSour
- License: unlicense
- Archived: true
- Created: 2024-05-28T02:30:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T13:18:20.000Z (5 months ago)
- Last Synced: 2024-09-29T01:21:23.741Z (about 1 month ago)
- Topics: ansic, c89, markov-chain, trie
- Language: C
- Homepage: https://git.ari.lt/ari/libtrie
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This repository has been migrated to the self-hosted ari-web Forgejo instance:
# Libtrie> Trie implementation in C89 for generating text.
See `src/main.c` for example usage. You may compile it using `make`:
```sh
make -j$(nproc --all)
LD_LIBRARY_PATH="$(pwd)" ./trie
```Licensing: Public domain
To test simply run `make test` :)