diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 18:21:41 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 18:21:41 +0200 |
commit | 1bff784b474261212a996ac9fc59389d53a69590 (patch) | |
tree | 5fb048bcc6963fabbce57a6f8e7ec351bed6f828 /src/linda.hpp | |
parent | 706d064e17d19c888c6d1e4d404ad34ac808589c (diff) | |
download | lanes-1bff784b474261212a996ac9fc59389d53a69590.tar.gz lanes-1bff784b474261212a996ac9fc59389d53a69590.tar.bz2 lanes-1bff784b474261212a996ac9fc59389d53a69590.zip |
Linda batched mode rework
* linda.batched special value is removed
* new function linda:receive_batched
Diffstat (limited to 'src/linda.hpp')
-rw-r--r-- | src/linda.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/linda.hpp b/src/linda.hpp index 01ca7e1..2d5c9dc 100644 --- a/src/linda.hpp +++ b/src/linda.hpp | |||
@@ -8,11 +8,6 @@ struct Keeper; | |||
8 | 8 | ||
9 | // ################################################################################################# | 9 | // ################################################################################################# |
10 | 10 | ||
11 | // xxh64 of string "kLindaBatched" generated at https://www.pelock.com/products/hash-calculator | ||
12 | static constexpr UniqueKey kLindaBatched{ 0xB8234DF772646567ull, "linda.batched" }; | ||
13 | |||
14 | // ################################################################################################# | ||
15 | |||
16 | DECLARE_UNIQUE_TYPE(LindaGroup, int); | 11 | DECLARE_UNIQUE_TYPE(LindaGroup, int); |
17 | 12 | ||
18 | class Linda final | 13 | class Linda final |