C dynamic containers are missing in the standard, so almost every single project in C uses different implementations. This library is yet another implementation of few basic containers, optimized for speed. A simplified interface to libarchive allows to save the containers in a compressed form.

All the containers are 32bit. This greatly improves the performance (up to ~32%) and reduces the memory consumption (up to 41%) on 64bit systems.
All the containers are pre-allocating buffers to reduce number of calls to malloc().

There's no manpage, but all the functions are well described in the header files, and examples of usage can be found in the test program sources, in the ./test directory.

Features

  • dynamic c-string container
  • dynamic bit array
  • general purpose dynamic array
  • dynamic hash table
  • dynamic ring buffer
  • general purpose trie container
  • built-in functions for saving/loading of the containers
  • built-in functions for archiving of the containers, using libarchive
  • universal functions for archiving data structures of any type

Project Activity

See All Activity >

Categories

Libraries

License

GNU Library or Lesser General Public License version 3.0 (LGPLv3)

Follow libfc4c

libfc4c Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now

Additional Project Details

Operating Systems

Linux

Intended Audience

Developers

Programming Language

C

Related Categories

C Libraries

Registered

2017-12-22