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

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free

Additional Project Details

Operating Systems

Linux

Intended Audience

Developers

Programming Language

C

Related Categories

C Libraries

Registered

2017-12-22