https://github.com/fluent/cfl
Tiny library for data structures management, call it c:\ floppy
https://github.com/fluent/cfl
Last synced: 5 months ago
JSON representation
Tiny library for data structures management, call it c:\ floppy
- Host: GitHub
- URL: https://github.com/fluent/cfl
- Owner: fluent
- License: apache-2.0
- Created: 2022-08-03T16:08:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T11:07:58.000Z (6 months ago)
- Last Synced: 2025-08-30T13:08:00.681Z (6 months ago)
- Language: C++
- Size: 404 KB
- Stars: 1
- Watchers: 12
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# CFL
CFL is a tiny library that provides interfaces for data structures, originally created to satisfy the needs of Fluent Bit and other libraries used internally like CMetrics and CTraces projects.
note: The name doesn't mean anything specific, you can call it `c:\ floppy` if you want.
## Interfaces
- cfl_sds: string manipulation
- cfl_list: linked list
- cfl_kv: key value pairs by using a linked list (cfl_list)
- cfl_array: array of elements
- cfl_variant: interface to manage contexts with vairant types
- cfl_time: time utilities
- cfl_hash: 64bit hashing functions
## License
This program is under the terms of the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).
## Authors
Copyright is assigned to the `CFL Authors`, you can see a list of contributors [here](https://github.com/fluent/cfl/graphs/contributors).