zlacker

[return to "Recutils – Tools and libraries to access plain text databases called Recfiles"]
1. rwmj+vp[view] [source] 2017-09-21 14:15:58
>>jdemle+(OP)
I guess these are quite slow (because no indexing) once you have a serious number of records? That in itself isn't a problem as long as you understand the scope of the project. I wonder why they didn't use (a well-defined subset of) CSV as the format however.
◧◩
2. jdemle+bq[view] [source] 2017-09-21 14:20:04
>>rwmj+vp
CSV is neither human-readable nor -writable.

And I don't think the performance issue exists. Computers are fast nowadays. Parsing recfiles is straightforward. Also you could easily archive historic/old/probably irrelevant records.

◧◩◪
3. rwmj+Iq[view] [source] 2017-09-21 14:24:01
>>jdemle+bq
This is why I was very careful to say "well-defined subset". I wrote a full CSV library[1], and so I'm well aware of how deceptively difficult CSV is to deal with. However with a well-defined subset (and perhaps not using "," as a separator as well) it should be editable for at least simple changes.

[1] https://github.com/Chris00/ocaml-csv

[go to top]