ostap / comp

a tool for querying files in various formats
MIT License
43 stars 2 forks source link

supporting multiple cores for the command line mode #31

Closed julochrobak closed 10 years ago

julochrobak commented 10 years ago

Allowing to use multiple CPUs (cores) in the command line mode. This allows to run queries in parallel using the <~ operator.

In addition, it also executes the garbage collection in the command line mode after the initialization of the input files.