597 B
597 B
libflint
libflint
is a library of common C data structures and algorithms, designed to be as agnostic as possible for its
users.
Requirements
The only requirement is libbsd
. This should be available on all major Linux distros. If building on a bsd, then
Memory Management
The parts of this library that create data structures pass all responsibility of memory management to the user. This is clearly documented in the individual module's documentation.
Why 'libflint'?
libflint
is named after my dog Flint, who passed away in 2021. I miss you, buddy.