Mineplay
  • Joined on 2025-04-03
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 04:20:11 -05:00
b5fd577504 refactor(utf-8 string): changed utf-8 string to work the same as the other datastructures
Mineplay pushed to main at Mineplay/Fledasty 2025-07-11 04:19:46 -05:00
b5fd577504 refactor(utf-8 string): changed utf-8 string to work the same as the other datastructures
Mineplay created branch f16-implement-basic-string in Mineplay/Fledasty 2025-07-11 03:55:42 -05:00
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 03:55:42 -05:00
Mineplay closed issue Mineplay/Fledasty#24 2025-07-10 16:57:18 -05:00
F-17: Improve consistency and performance of existing code
Mineplay deleted branch f17-improvement-consistency-performance from Mineplay/Fledasty 2025-07-10 16:57:07 -05:00
Mineplay pushed to main at Mineplay/Fledasty 2025-07-10 16:57:07 -05:00
4bf374e3b1 Merge pull request 'f17-improvement-consistency-performance' (#25) from f17-improvement-consistency-performance into main
00dac4ff9c perf(doubly linked list): changed doubly linked list to be defined using macros to improve performance
9b2c601a82 perf(linked list): changed linked list to be defined using macros to improve performance
38f0cf8fde refactor(datatypes): removed magical numbers and changed them for constant values
dfb24b1716 perf(hash table): changed hash table to be defined using macros to improve performance
Compare 34 commits »
Mineplay merged pull request Mineplay/Fledasty#25 2025-07-10 16:57:05 -05:00
f17-improvement-consistency-performance
Mineplay created pull request Mineplay/Fledasty#25 2025-07-10 16:57:00 -05:00
f17-improvement-consistency-performance
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-07-10 16:52:36 -05:00
00dac4ff9c perf(doubly linked list): changed doubly linked list to be defined using macros to improve performance
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-07-09 13:34:11 -05:00
9b2c601a82 perf(linked list): changed linked list to be defined using macros to improve performance
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-07-07 17:55:06 -05:00
38f0cf8fde refactor(datatypes): removed magical numbers and changed them for constant values
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-06-21 06:48:47 -05:00
dfb24b1716 perf(hash table): changed hash table to be defined using macros to improve performance
352281790d refactor(datastructures): added naming to stack and queue datastructure macro
25e7e915f4 perf(dynamic array): changed dynamic array to be defined using macros to improve performance
Compare 3 commits »
Mineplay pushed to f17-improvement-consistency-performance at Mineplay/Fledasty 2025-06-17 15:20:11 -05:00
2bfd6ddb4c perf(queue): changed queue to be defined using macros to improve performance
5f4e0c1f2d perf(stack): changed stack to be defined using macros to improve performance
Compare 2 commits »
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