Commit Graph

26 Commits

Author SHA1 Message Date
ed23ef8bf2 refactor(string): remove mcl namespace 2025-09-08 19:18:34 +02:00
a21f759d23 feat: string find 2025-09-08 02:48:47 +02:00
71ac226e50 refactor: update readme 2025-09-07 23:26:32 +02:00
ad54d35f2b feat: add vector 2025-09-07 23:24:17 +02:00
16ee246956 refactor: string extend method 2025-09-07 22:36:30 +02:00
3e0584d139 feat: add tests 2025-09-07 17:35:30 +02:00
be154db6cf refactor: improve string methods 2025-09-05 21:15:27 +02:00
487afb5d6a fix: printf warnings on string example 2025-09-05 02:20:54 +02:00
9361bd281f feat: add string clear, compare, tolower, toupper 2025-09-05 01:42:53 +02:00
4f71eed36f fix: examples 2025-09-05 00:18:08 +02:00
24f6ed0f84 refactor: drop pthreads on hashmap and queue 2025-09-04 23:04:00 +02:00
3297890967 refactor: move to mcl_string_s 2025-09-04 22:52:42 +02:00
8936243527 refactor: drop pthreads for threads 2025-09-04 22:37:06 +02:00
3bfd7faa24 use thread-specific data keys 2025-08-10 17:44:14 +02:00
deca6d6558 drop math library 2025-08-05 01:11:30 +02:00
1502ef4116 make queue thread-safe 2025-08-05 00:28:02 +02:00
306e7d8496 improve examples 2025-08-05 00:10:53 +02:00
2376e5d0a0 make string thread-safe 2025-08-03 20:15:39 +02:00
5203f76d46 add queue 2025-08-03 19:57:31 +02:00
dfc095a6cd improve hashmap api, now thread-safe 2025-08-02 18:44:53 +02:00
65ed488d1e improve hashmap 2025-08-02 15:53:36 +02:00
8f874634b1 add optional string initial capacity 2025-08-02 12:36:52 +02:00
3547f570e6 update readme 2025-08-02 12:20:08 +02:00
2480ec1727 add strings 2025-08-02 12:14:39 +02:00
d259888c20 add hashmap 2025-08-01 23:35:33 +02:00
e235693599 Initial commit 2025-08-01 23:15:41 +02:00