Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bftjoe pushed 3 commits to master bftjoe/Alexandria
- Retire accumulate function (#497) Bench: 6429947 b9c1bde
- Simplify avx2 sum reduction (#498) Elo | 0.86 +- 1.83 (95%) SPRT | 8.0+0.08s Threads=1 Hash=16MB LLR | 2.93 (-2.25... db71c52
- New net (#499) Passed STC: Elo | 4.17 +- 2.65 (95%) SPRT | 8.0+0.08s Threads=1 Hash=16MB LLR | 2.93 (-2.25, 2.89)... 24ff2ca
bftjoe created a comment on an issue on renzibei/fph-table
Hi, I was assuming that if this separate mode was enabled, the user woild be responsible for handling if the mapped values were to suddenly change for the keys which map to the same slot, not the l...
bftjoe created a comment on an issue on renzibei/fph-table
The collisions would only be allowed if the stored value was the same, thus saving both time (as in reducing the need to rehash) and space while preserving the perfect hash.
bftjoe created a comment on an issue on renzibei/fph-table
Hi, I meant different keys that map to the same value, not the same keys.
bftjoe pushed 3 commits to master bftjoe/Alexandria
- Update NNUE arch to (768->1536x)x16->1x8 (#493) failed STC: Elo | -1.27 +- 2.36 (95%) SPRT | 8.0+0.08s Threads=1 Has... 073910a
- Reduce ram usage for smp (#492) Bench: 6429947 0101ec3
- Add Finny tables (#495) passed STC: Elo | 25.87 +- 6.93 (95%) SPRT | 8.0+0.08s Threads=1 Hash=16MB LLR | 2.93 (-... 83ab471
bftjoe opened an issue on PGG106/Alexandria
Thread reuse
Currently, new threads are created for every search. To reduce operating system overhead, it is better to reuse threads by pausing and later resuming them. I am planning on implementing this soon.bftjoe opened an issue on renzibei/fph-table
constructive collisions
Please add a mode where hash collisions are allowed if two different keys have the same value stored in the table.bftjoe pushed 3 commits to less-ram bftjoe/Alexandria
bftjoe pushed 1 commit to less-ram bftjoe/Alexandria
- only have 1 PvTable and 1 nodeSpentTable only have 1 PvTable and 1 nodeSpentTable 546867d