Mineplay
  • Joined on 2025-04-03
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-06-14 17:19:33 -05:00
27fd969f01 fix(algorithms): removed duplicate files
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-06-14 17:17:39 -05:00
ed8b677f33 feat(algorithms): implemented murmur3 algorithm for x64 and x32
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-06-07 06:58:50 -05:00
e1d5b72764 feat(utf-8 string): implemented shrink to fit for utf-8 string
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-06-06 10:51:29 -05:00
ebafa37fad refactor(utf-8 string): improved insert and removed loops and fixed size variable being one character to big
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-28 03:54:35 -05:00
c36696255d perf(hash table): made shrink to fit skip capacity calculation if size is 0
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-28 03:49:23 -05:00
40ebfe95cf feat(hash table): implemented shrink to fit
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-27 14:10:32 -05:00
f86cd1ae39 refactor(hash table): made small changes in insert function and added const to some variables
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-25 15:14:49 -05:00
0c34e6f63d fix(hash table): fixed resizing of hash table by adding rehashing
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-23 17:42:41 -05:00
fc5f731397 refactor(hash table): improved error checks
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-23 17:35:54 -05:00
892388c218 refactor(hash table): added const to some function parameters
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-23 17:28:02 -05:00
fe84e39ac7 perf(dynamic array): made small improvements in performance when searching for values in a function
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-23 17:24:45 -05:00
81f1c7d7ca refactor(dynamic array): improved error handeling for allocating and freeing memory
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-23 08:42:55 -05:00
a0cca7f696 feat(dynamic array): implemented shrink to fit function
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-22 17:58:06 -05:00
b43b5c550d perf(linked list): made same improvements to searching for value as in doubly linked list
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-22 17:54:43 -05:00
31e9953bf7 perf(doubly linked list): made small improvements in performance when searching for values in a function
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-20 07:07:08 -05:00
18c7f70fca refactor(doubly linked list): changed method used for freeing memory on error
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-20 05:23:50 -05:00
4134d55492 refactor(doubly linked list): improved allocation error handling
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-19 03:56:48 -05:00
827723e725 refactor(data structures): removed unused includes
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-19 03:21:38 -05:00
8dd77f8e39 fix(linked list): fixed memory leaks that happen when failed allocation error is thrown
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-15 13:53:07 -05:00
4cfd56bcea refactor(linked list): improved allocation error handling