Topics
Here is a list of all topics with brief descriptions:
[detail level 1234]
 Data TypesEina provide easy to use and optimized data types and structures
 Binary Buffer
 Binary Share
 References counting
 String Buffer
 Stringshare
 Tiler
 Unicode String Buffer
 Unicode Stringshare
 Containers
 Array
 Compact ListEina_Clist is a compact (inline) list implementation
 Hash Table
 Inline ArrayInline array is a container that stores the data itself not pointers to data, this means there is no memory fragmentation, also for small data types(such as char, short, int, etc.) it's more memory efficient
 Inline List
 List
 Sparse Matrix
 Red-Black tree
 Trash
 Generic Value StorageAbstracts generic data storage and access to it in an extensible and efficient way
 Generic Value management
 Generic Value Array management
 Generic Value List management
 Generic Value Hash management
 Generic Value Blob management
 Generic Value Struct management
 Generic Value Type management
 Unicode String
 ToolsEina tools aims to help application development, providing ways to make it safer, log errors, manage memory more efficiently and more
 Benchmark
 Convert
 Counter
 Error
 Lazy allocator
 Lock
 Log
 MagicEina_Magic provides run-time type-checking
 Memory Pool
 ModuleEina module provides some helpers over POSIX dlopen()
 Rectangle
 Safety Checks
 Simple_XMLSimplistic relaxed SAX-like XML parser
 String
 File
 Content Access
 Accessor Functions
 Iterator Functions
 Core
 Hamster
 Main
 Types
 Mmap Group
 Prefix Group