Mineplay
  • Joined on 2025-04-03
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:30:52 -05:00
107f8cc416 feat(string): implemented pop function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:29:07 -05:00
6641181e0a feat(string): implemented insert after string function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:24:44 -05:00
01d01b16fa feat(string): implemented insert before string function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:17:21 -05:00
4f9a0ef189 feat(string): implemented insert at index function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:14:53 -05:00
c64a4a2011 feat(string): implemented append function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 05:49:18 -05:00
8714361e85 fix(utf-8 string): added missing error checks for memory allocation
f27562c23e feat(string): added simple string struct and free function
Compare 2 commits »
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 pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 03:55:42 -05:00
Mineplay created branch f16-implement-basic-string in 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 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 deleted branch f17-improvement-consistency-performance from Mineplay/Fledasty 2025-07-10 16:57:07 -05:00
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 »