LibUFN is a library of micro-functionalities (µFN).
Go to file
Eric-Paul Ickhorn 15b119a372 structure(gitignore): Added valgrind dumps to gitignore. 2024-05-23 01:43:45 +02:00
inc-c/ufn bugfix(arena): Fixed some bugs which caused crashes. 2024-05-23 01:43:12 +02:00
.gitignore structure(gitignore): Added valgrind dumps to gitignore. 2024-05-23 01:43:45 +02:00
LICENSE Initial commit 2024-05-22 22:06:47 +00:00
README.md documentation(readme): Extended README.md to include more information. 2024-05-23 01:23:49 +02:00

README.md

libUFN

LibUFN is a library of micro-functionalities (The name stands for µFN). It currently consists of 2 independent single-header libraries

Functionality

There are only 2 libraries currently:

  1. ufn_arena: An arena allocator for optimization of string processing.
  2. ufn_round: Functions for rounding to the next multiple of some number or to the next power of 2. Currently only floor()'s and ceil()'s to those.