dendrite
dendrite copied to clipboard
Dendrite is a library for querying large datasets on a single host at near-interactive speeds.
Pulling only the first N lines from a file would be a useful option during development, when you want to read just a handful of lines out of a very...
Currently, bundle size is defaulted to 256: https://github.com/jwhitbeck/dendrite/blob/master/dendrite/java-src/dendrite/java/Options.java#L343. If the write thread is outrun by the writing thread, it's possible that the batchQueue gets filled. This is a problem if...
AFAICT the index arg passed to f by index-by is the index in the current file, starting from 0 each time a new file is entered. I think the natural...