Dora cat
  • Inside your computer
  • Hi I'm cat! I do stuff.

  • Joined on 2025-06-17
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 15:57:58 +01:00
084eb8266b Changed hashmaps to not use pointers, saving on allocations
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 08:13:12 +01:00
c388f20429 Started adding hashmap instead of std::vector as QueryWithMany return
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 08:12:33 +01:00
81ace42256 Started adding hashmap instead of std::vector as QueryWithMany return
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 07:59:46 +01:00
5112f2a3a3 Bugfix: Hash position was calculated before rehash
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 06:56:39 +01:00
7fd71ab0ac Added rehashing for growing and shrinking
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 03:08:34 +01:00
73ddc307eb Added noexcepts and nodiscards
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 03:03:01 +01:00
ffe6dd83ca Hashmap added Count()
cat pushed to main at cat/Tourmaline-Engine 2026-03-02 02:55:35 +01:00
07c9ed49c7 Hashmap added checking for insertion and fixed remove
cat pushed to main at cat/Tourmaline-Engine 2026-03-01 04:07:55 +01:00
2326ddfee7 Fix guard's position
fdb84b30b7 Added a Hashmap (WIP)
Compare 2 commits »
cat pushed to main at cat/Tourmaline-Engine 2026-02-27 08:16:34 +01:00
af8b68ca46 Added checks for tombstones
cat pushed to main at cat/Tourmaline-Engine 2026-02-27 08:06:25 +01:00
0014ce0602 First RC of QueryWithAll, needs its erase logic improved
09b58fe1f5 addded .cache to gitignore
Compare 2 commits »
cat pushed to main at cat/Tourmaline-Engine 2026-02-26 19:34:27 +01:00
4eb846f215 const std::string& to std::string_view and static output buffer on Log
cat pushed to main at cat/Tourmaline-Engine 2026-02-26 18:24:16 +01:00
3d17902844 Tweaking DualKey Map to new Concept.hpp, and doing better templating
cat pushed to main at cat/Tourmaline-Engine 2026-02-26 00:33:18 +01:00
772779e78f Tweaking DualKey Map to new Concept.hpp, and doing better templating
3910827805 Moved concepts out of containers and several tweaks on concepts.hpp
Compare 2 commits »
cat pushed to main at cat/Tourmaline-Engine 2026-02-23 05:31:35 +01:00
b67b042be3 Reorganised DualkeyMap.hpp and added MultiKeyResult
cat pushed to main at cat/Tourmaline-Engine 2026-02-23 05:30:48 +01:00
31b3f2033d Added Either concept also moved Hashing.hpp to Concept.hpp
cat pushed to main at cat/Tourmaline-Engine 2026-02-15 16:55:39 +01:00
3c2744854b Second iter of MultiQuery, splitted the logic to queryWithMany
cat pushed to main at cat/Tourmaline-Engine 2026-02-15 03:16:04 +01:00
f20e75a9ee Added more proper fails and QueryWithAll first iteration (not fully impl)
cat pushed to main at cat/variadic-machine 2026-02-10 01:41:33 +01:00
c8d565d8b2 Setting values on registries
cat pushed to main at cat/variadic-machine 2026-02-10 01:27:16 +01:00
e8850f37bc Added storing and outputting values in registry
19b6306927 Added JumpTo
Compare 2 commits »