Releases: clbanning/pseudo
Releases · clbanning/pseudo
Roll back ... error with large data sets
Handle larger data sets (hopefully)
v2.3.1 handle larger data sets - I think
Include RunNAWriter method.
v2.3 Add RunNAWriter to save writing/re-parsing dimacs file
Add RunReadWriter function.
Before it was a little clumsy to use in a server context, especially for large data files where you might not want to hold all the results in memory as a []string. Now, results can be written directly to an output file or os.Stdout as desired.
support passing input via an io.Reader
Before we expected input from a file or os.Stdin. Now we support input from some internal application source, perhaps via a io.ReadWriter.
Improve package doc.
v2.0.2 improve docs
Handle ginormous data sets better.
v2.0.1 better handle ginormous data sets
Safe for concurrent use.
v2.0 fix README
Sweep up additions since 1.1
includes: example command-line program, typo fixes, and the RunJSON convenience function
Allow for custom header comment in output.
1.1 allow for customer header comment in output