Mineplay
  • Joined on 2025-04-03
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
Mineplay opened issue Mineplay/Fledasty#24 2025-05-15 10:42:11 -05:00
F-17: Improve consistency and performance of existing code
Mineplay closed issue Mineplay/Fledasty#7 2025-05-15 10:40:32 -05:00
F-7: UTF-8 String
Mineplay deleted branch f7-utf-8-string from Mineplay/Fledasty 2025-05-15 10:39:06 -05:00
Mineplay pushed to main at Mineplay/Fledasty 2025-05-15 10:39:06 -05:00
b8baffdb39 Merge pull request 'f7-utf-8-string' (#23) from f7-utf-8-string into main
200e3e0ccf refactor(utf-8 string): added const to size and index parameters in functions
016bc759f3 feat(utf-8 string): implemented get size function
8b3be3d1cb feat(utf-8 string): implemented remove range function
15abfcffe8 feat(utf-8 string): implemented remove function
Compare 19 commits »
Mineplay merged pull request Mineplay/Fledasty#23 2025-05-15 10:39:05 -05:00
f7-utf-8-string
Mineplay created pull request Mineplay/Fledasty#23 2025-05-15 10:38:30 -05:00
f7-utf-8-string
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:36:55 -05:00
200e3e0ccf refactor(utf-8 string): added const to size and index parameters in functions
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:33:28 -05:00
016bc759f3 feat(utf-8 string): implemented get size function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:31:42 -05:00
8b3be3d1cb feat(utf-8 string): implemented remove range function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:26:37 -05:00
15abfcffe8 feat(utf-8 string): implemented remove function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:21:00 -05:00
681ca8f489 feat(utf-8 string): implemented clear function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-15 10:17:19 -05:00
6ccf2e70bf feat(utf-8 string): implemented pop function
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-13 07:47:09 -05:00
1ab803f0f2 refactor(utf-8 string): changed parameters name to use size instead of length to be more consistent
Mineplay pushed to f7-utf-8-string at Mineplay/Fledasty 2025-05-13 04:05:01 -05:00
fbdebde492 feat(utf-8 string): implemented replace string function