Block a user
moldybits
pushed to compunixaustralia-master at Forks/open-source-search-engine
2023-11-03 19:33:55 -04:00
1bf55c514d
Merge remote-tracking branch 'compunixaustralia/compiler-warnings' into compunixaustralia-master
moldybits
transferred repository 2023-11-03 10:55:42 -04:00
moldybits/open-source-search-engine
to Forks/open-source-search-engine
26560effb0
Genericize lists, makes it easy to switch between linked list to array backed list
8a74895b97
Default to building benchmarks
8ce1969891
Refactor RAY_Computations usage to eliminate some calls to malloc
227f5b14ba
avoid condition is always true warning from gcc 13
f160c13200
Update CMakeLists to put cmake_minimum_required first, update gitignore to ignore goofy mac desktop files
714b209a44
working python module
7d689629f4
Add cylinder, use nicer api in test
7df30bb043
make materials a little more friendly
48917f4770
Add some benchmarks, add Mask and some minor refactoring
abe851bfa4
implement Recursive Backtracker (aka depth first search)
13d491bb66
More cleanup, add Hunt and Kill, add dead end metrics
4c68bb4b6d
minor refactoring
61dcadbbba
Implement Wilsons and AldousBroder. Minor cleanup