Mineplay
  • Joined on 2025-04-03
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
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-15 13:03:13 -05:00
ca59eec627 feat(queue): implemented schrink to fit function
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-15 12:34:09 -05:00
349268068b perf(stack): improved peek function by inlining it
06cc299160 perf(queue): improved peek function by inlining it
Compare 2 commits »
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-15 12:28:58 -05:00
f7ac0e5192 feat(stack): implemented schrink to fit function
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-15 12:20:51 -05:00
5f87686633 fix(stack): fixed reallocation size in push function
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-05-15 10:42:55 -05:00
Mineplay created branch f17-improvement-consistency-performance in Mineplay/Fledasty 2025-05-15 10:42:55 -05:00