Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

bftjoe

bftjoe created a comment on a pull request on PGG106/Alexandria
2 spaces indentation

View on GitHub

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

View on GitHub

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...

View on GitHub

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.

View on GitHub

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.

View on GitHub

bftjoe deleted a branch bftjoe/Alexandria

revert-1-less-ram

bftjoe deleted a branch bftjoe/Alexandria

less-ram

bftjoe created a branch on bftjoe/Alexandria

refacto - bitboard chess engine

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

View on GitHub

bftjoe created a branch on bftjoe/Alexandria

refactor - bitboard chess engine

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 closed a pull request on bftjoe/Alexandria
Less ram
bftjoe opened a pull request on bftjoe/Alexandria
Less ram
bftjoe pushed 0 commits to master bftjoe/Alexandria

View on GitHub

bftjoe pushed 1 commit to less-ram bftjoe/Alexandria
  • small fix fix indentation 573eb17

View on GitHub

bftjoe opened a pull request on PGG106/Alexandria
Less ram
fixed, sorry
bftjoe pushed 1 commit to less-ram bftjoe/Alexandria
  • small fix fix indentation 39a9d8b

View on GitHub

bftjoe pushed 1 commit to less-ram bftjoe/Alexandria

View on GitHub

bftjoe pushed 1 commit to master bftjoe/Alexandria
  • Reduce ram usage (#491) Bench: 7235310 f1c5768

View on GitHub

bftjoe starred stephenberry/glaze
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 1 commit to less-ram bftjoe/Alexandria

View on GitHub

bftjoe opened a pull request on PGG106/Alexandria
Less ram
only have 1 PvTable and 1 nodeSpentTable
bftjoe pushed 0 commits to master bftjoe/Alexandria

View on GitHub

bftjoe pushed 3 commits to less-ram bftjoe/Alexandria
  • Probcut bench 7235310 8d739e3
  • Merge pull request #487 from xu-shawn/1092-pr Passed STC: Elo | 3.06 +- 2.16 (95%) SPRT | 8.0+0.08s Threads=1 Hash=1... 696a004
  • Merge branch 'PGG106:master' into less-ram d820187

View on GitHub

bftjoe pushed 1 commit to less-ram bftjoe/Alexandria
  • only have 1 PvTable and 1 nodeSpentTable only have 1 PvTable and 1 nodeSpentTable 546867d

View on GitHub

bftjoe pushed 2 commits to master bftjoe/Alexandria
  • Revert "Less ram" bf3549d
  • Merge pull request #2 from bftjoe/revert-1-less-ram Revert "Less ram" b5135ad

View on GitHub

bftjoe closed a pull request on bftjoe/Alexandria
Revert "Less ram"
bftjoe opened a pull request on bftjoe/Alexandria
Revert "Less ram"
bftjoe closed a pull request on PGG106/Alexandria
Revert 1 less ram
Load more