summaryrefslogtreecommitdiff
path: root/src/choices.c
Commit message (Expand)AuthorAge
* Simplify input_delimiter handlingJohn Hawthorn2019-08-16
* Add ability to use null as input delimiter.Ashkan Kiani2019-08-16
* choices: Fix a typo ("stings")Jonathan Neuschäfer2018-06-17
* Add -j option to control parallelismJohn Hawthorn2017-01-31
* Pass options to choices_initJohn Hawthorn2017-01-31
* Merge partially sorted lists in parallelJohn Hawthorn2017-01-26
* Replace k-way-merge with 2-way mergeJohn Hawthorn2017-01-26
* Perform sort in parallelJohn Hawthorn2017-01-26
* Fix memory leak of jobJohn Hawthorn2017-01-26
* Improve parallelism of search workersJohn Hawthorn2017-01-08
* Store choices on job structJohn Hawthorn2017-01-08
* Create search_job structJohn Hawthorn2017-01-08
* Remove unused and uninitialized worker struct varJohn Hawthorn2017-01-08
* Use score_t instead of doubleJohn Hawthorn2016-07-10
* Use number of processors as worker countJohn Hawthorn2016-06-22
* Store worker_count on choices_tJohn Hawthorn2016-06-22
* Use threading when matching/scoringJohn Hawthorn2016-06-22
* Use threading when matching/scoringJohn Hawthorn2016-06-22
* Skip sorting on empty search stringJohn Hawthorn2016-06-08
* Make sorting stableJohn Hawthorn2016-06-08
* Move sources into src directoryJohn Hawthorn2016-05-21