hiposfer / kamal

A routing engine service using Open Street Maps and GTFS as data source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider storing datascript dump in `transit` format

carocad opened this issue · comments

the transit format is suppose to be more compact and efficient than its (human readable) counterpart EDN.

It might be worth checking out how good the performance is.

https://github.com/tonsky/datascript-transit

decided not to invest time on this since we are compressing the data anyway.

I dont think that transit can beat gzip compression algorithm