960d0c3b17Updated the README, added support for non-real integers, fixed issues when trying to parse garbage data, cleaned up some code.jsrobson102020-09-09 14:02:38 +1000
89426bff98Added human readable de-serialization, modified the human readable layout slightly to allow for empty primitive arrays, added error handling for human readable data, started working on READMEjosua2020-08-17 22:54:22 +1000
8ba902bacdTrying to compress the format as much as possiblejosua2020-08-14 12:25:04 +1000
f73eb0454fGot a functional version of BDF 3josua2020-07-27 11:11:01 +1000
7a50410132Moved the compressed variable set from a static method to the constructor
v2.4
jsrobson102020-07-22 11:34:03 +1000
1c803c6125Forgot to store compression flag to BdfFileManagerjosua2020-07-22 11:30:45 +1000
984c78020aAdded the compressed file manager functionality to the BdfFileManager class and fixed issues with boolean.
v2.3
josua2020-07-21 21:17:51 +1000
23a49277c1Modified the human readable serialization to use streams instead of strings, to make human readable formats able to handle an output of greater than 2GB.jsrobson102020-06-20 13:38:59 +1000
39de6a5df4Improved efficiency of the bdf format by implementing a "pointer" solution. Fixed the issue with very large files taking up too much memory. Made the BdfDatabase object more useful in general.
v2.0
josua2020-06-18 22:54:27 +1000