StrTables.jl

Simple packed string tables, with support for load/save to a file or open IO stream.
Author JuliaString
Popularity
0 Stars
Updated Last
3 Years Ago
Started In
January 2017

StrTables:

Support for creating packed tables of strings and save/load simple tables with values

contributions welcome

This is used to build compact tables that can be used to create things like entity mappings It also provides simple load/save functions to save and then load string tables along with other simple types (UInt8..UInt64, Int8..Int64, Float32, Float64, vectors of those types, and String) to/from a file.

Doing so can eliminate a lot of JITing time needed just to parse and then create a table from Julia source, and when Julia can be used to build executables, allows the tables to be updated without recompiling the executable.

Required Packages

No packages found.