Commit Graph

37 Commits (a6146415dfe46c8a786aa0ffc8c5beabdf95218f)

Author SHA1 Message Date
mandlm a6146415df
feat: use WordRefList instead of std::foward_list for results 2024-03-21 20:16:00 +01:00
mandlm b53a4edeee
feat: add one-cap word-list generator 2024-03-21 20:00:46 +01:00
mandlm 32be1eaa95
feat: add bucket finder 2024-03-21 13:23:26 +01:00
mandlm 4b42f4c12a
feat: add harder test-cases for sorted finders 2024-03-21 10:59:35 +01:00
mandlm 029196237d
refactor: clean up namespace 2024-03-21 10:59:20 +01:00
mandlm 3b1446f049
refactor: add WordRefList from WordList constructor 2024-03-21 10:58:38 +01:00
mandlm 95cc7223e8
refactor: extract WordRefList and thread finder 2024-03-21 09:57:13 +01:00
mandlm 48f05ddb4f
refactor: add WordList type 2024-03-21 08:55:44 +01:00
mandlm dae5445efc
feat: add option to load english words 2024-03-20 21:45:06 +01:00
mandlm 10b19749f7
refactor: extract lib_timer 2024-03-20 21:12:33 +01:00
mandlm 14dbf00775
refactor: extract finder-test template method 2024-03-20 21:07:14 +01:00
mandlm ad8a9ada83
refactor: remove using from header files 2024-03-20 20:51:16 +01:00
mandlm 26d3839832
feat: add sorted linear finder 2024-03-20 20:50:43 +01:00
mandlm 291d8d198e
feat: make word-list size configurable from ui 2024-03-20 18:38:44 +01:00
mandlm 48283d0d76
feat: use less threads for short lists 2024-03-20 16:52:08 +01:00
mandlm 7f18d0d6cc
refactor: clean up word list generator 2024-03-20 16:51:46 +01:00
mandlm 6ba52ab73f
refactor: extract test runs 2024-03-20 16:43:07 +01:00
mandlm 21ca48b9c2
feat: automatically detect thread count in parallel finder 2024-03-20 16:36:56 +01:00
mandlm ab0613e845
feat: add grouped finder 2024-03-20 16:35:37 +01:00
mandlm 9fd3062041
feat: keep finder between searches 2024-03-20 15:20:46 +01:00
mandlm bdc720694f
feat: add tree-finder 2024-03-20 15:05:25 +01:00
mandlm 1ab711f81c
feat: reduce mutex waits in parallel finder 2024-03-20 13:33:47 +01:00
mandlm ba460cc00a
feat: use std::forward_list for results 2024-03-20 13:25:28 +01:00
mandlm 510deb2d54
feat: don't show full word-list on startup 2024-03-20 13:24:28 +01:00
mandlm c191e7bd6a fix: gcc 2024-03-20 10:59:07 +01:00
mandlm 9a855daabf
feat: reduce word list size 2024-03-20 10:47:38 +01:00
mandlm 2a8b342b91
feat: implement search 2024-03-20 10:47:05 +01:00
mandlm e2f9b630c5
feat: generate word list 2024-03-20 10:16:46 +01:00
mandlm 42b8c8d7e7
feat: implement ostream operator for timer 2024-03-20 10:13:08 +01:00
mandlm 64ae4c62a9
refactor: return numerical value from timer 2024-03-20 09:58:40 +01:00
mandlm f7634bdd95
feat: add ui layout 2024-03-20 09:34:54 +01:00
mandlm c307783ef2
feat: add empty qt ui 2024-03-19 21:42:32 +01:00
mandlm a8c42de4d5
refactor: rename liblib_vector_search to lib_vector_search 2024-03-19 17:40:28 +01:00
mandlm e648a82c42
refactor: move test cli to own project 2024-03-19 17:34:58 +01:00
mandlm 32a1cd7533
refactor: move searching to static library 2024-03-19 17:26:26 +01:00
mandlm 8ed4b9ac71
feat: add naive implementation with timer and word-list generator 2024-03-19 17:10:48 +01:00
mandlm ebf50df679
chore: init project 2024-03-18 12:12:31 +01:00