mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Fix dead link to compression algorithm in tbprobe
closes https://github.com/official-stockfish/Stockfish/pull/4746 No functional change
This commit is contained in:
@@ -29,6 +29,7 @@ Aram Tumanian (atumanian)
|
|||||||
Arjun Temurnikar
|
Arjun Temurnikar
|
||||||
Artem Solopiy (EntityFX)
|
Artem Solopiy (EntityFX)
|
||||||
Auguste Pop
|
Auguste Pop
|
||||||
|
Balazs Szilagyi
|
||||||
Balint Pfliegel
|
Balint Pfliegel
|
||||||
Ben Chaney (Chaneybenjamini)
|
Ben Chaney (Chaneybenjamini)
|
||||||
Ben Koshy (BKSpurgeon)
|
Ben Koshy (BKSpurgeon)
|
||||||
|
|||||||
@@ -1023,7 +1023,7 @@ uint8_t* set_sizes(PairsData* d, uint8_t* data) {
|
|||||||
// frequent adjacent pair of symbols in the source message by a new symbol,
|
// frequent adjacent pair of symbols in the source message by a new symbol,
|
||||||
// reevaluating the frequencies of all of the symbol pairs with respect to
|
// reevaluating the frequencies of all of the symbol pairs with respect to
|
||||||
// the extended alphabet, and then repeating the process.
|
// the extended alphabet, and then repeating the process.
|
||||||
// See http://www.larsson.dogma.net/dcc99.pdf
|
// See https://web.archive.org/web/20201106232444/http://www.larsson.dogma.net/dcc99.pdf
|
||||||
std::vector<bool> visited(d->symlen.size());
|
std::vector<bool> visited(d->symlen.size());
|
||||||
|
|
||||||
for (Sym sym = 0; sym < d->symlen.size(); ++sym)
|
for (Sym sym = 0; sym < d->symlen.size(); ++sym)
|
||||||
|
|||||||
Reference in New Issue
Block a user