LibUFN is a library of micro-functionalities (µFN).
Go to file
Eric-Paul Ickhorn 3fd1b69293 structure(gitignore): Added .gitignore with executable code, compiled headers and some folders to ignore. 2024-05-23 01:27:16 +02:00
inc-c/ufn documentation(round): Fixed a minor typing mistake. 2024-05-23 01:20:07 +02:00
.gitignore structure(gitignore): Added .gitignore with executable code, compiled headers and some folders to ignore. 2024-05-23 01:27:16 +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.