24 Jul
2022
24 Jul
'22
10:52 p.m.
to speed up the data generator and make a mass of data, it would make sense to combine hist.bash with hist2json.py, and to generate the json manually rather than using a general lib, since the format is very simple. this could also be done in a compiled language, although i presently remember python the best. git might likely be engaged by calling a subprocess, to hasten development by reducing library learning needed. for best speed, its output would be processed in a streaming manner, which takes more learning to figure out how to do, i guess. i think there's a python subprocess thing that lets you handle process output as a stream, not sure. there's likely one in a compiled language too, maybe c++ which would come to me quickly?