Skip to content

Simple packed string tables, with support for load/save to a file or open IO stream.

License

Notifications You must be signed in to change notification settings

JuliaString/StrTables.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple packed string tables, with support for load/save to a file or open IO stream.

Resources

License

Stars

Watchers

Forks

Languages