Eet
Table of Contents
What is Eet?
EET is a tiny library designed to write an arbitary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow fast random-access reading of the file later on. EET files are perfect for storing data that is written once (or rarely) and read many times, especially when the program does not want to have to read all the data in at once.
Use this library when you need to pack C structure and you want to retrieve it quickly with as few as possible memory use. You can also use it to serialize data quickly and exchange them between two program over ipc or network link.
TODO
- Add streaming support
- Add possibility to generate Eet_Data
from/to scripting langage - Add support for union
- Add support for inheritance (structure of different size depending on an int/enum)
- Improve image region loading code (copy code from evas jpeg loader.
Attachments
-
Anjuta_attach.2.jpg
(45.6 KB) - added by buergi
3 weeks ago.
Image by Audifahrer from old wiki
-
Anjuta_main.2.jpg
(125.8 KB) - added by buergi
3 weeks ago.
Image by Audifahrer from old wiki
