Fabian Schmidt fapmaster
fapmaster pushed to main at Playground/CMakeExample 2025-02-06 15:17:10 +01:00
73e788b1f6 Add Readme
fapmaster pushed to main at Playground/dynamic_library 2025-02-06 14:47:21 +01:00
c31a19f09a Initial commit
fapmaster created branch main in Playground/dynamic_library 2025-02-06 14:47:09 +01:00
fapmaster created repository Playground/dynamic_library 2025-02-06 14:45:30 +01:00
fapmaster pushed to main at dotfiles/nvim 2025-02-05 16:02:06 +01:00
14edeb2713 Add autocommand to run just on :make when justfile is present and add ccls
fapmaster pushed to main at Playground/CMakeExample 2025-02-04 13:51:32 +01:00
89361cc735 Simple cmake example with working ccls
fapmaster created branch main in Playground/CMakeExample 2025-02-04 13:51:09 +01:00
fapmaster created repository Playground/CMakeExample 2025-02-04 13:47:38 +01:00
fapmaster pushed to main at Playground/lazy_static_alt 2025-02-03 11:44:41 +01:00
8034b71058 Initial commit
fapmaster created branch main in Playground/lazy_static_alt 2025-02-03 11:44:33 +01:00
fapmaster created repository Playground/lazy_static_alt 2025-02-03 11:43:30 +01:00
fapmaster pushed to main at Playground/1brc 2024-12-31 12:58:13 +01:00
fdd92dd5f7 Make it more like libraries.rs, tried reading whole file into vec, but it's very slow, maybe slice is better
fapmaster pushed to main at Playground/1brc 2024-12-31 11:24:38 +01:00
45b3014cbb Store station name as byte slice and only convert to string once at the end, but using u64 hash as key is still faster
fapmaster pushed to main at Playground/1brc 2024-12-31 11:13:38 +01:00
98cd6e930c Make faster by splitting borrows of byte slice
fapmaster pushed to main at Playground/1brc 2024-12-31 10:49:03 +01:00
40a8d6d929 Some cleanup
fapmaster pushed to main at Playground/AdventOfCode 2024-12-29 19:01:21 +01:00
c2d5545139 y2024d16p2 not done
fapmaster pushed to main at Playground/AdventOfCode 2024-12-23 15:30:08 +01:00
466d79e81a y2024d21p1 very hard
fapmaster pushed to main at Playground/AdventOfCode 2024-12-23 14:57:45 +01:00
911a60ab6c y2024d21p1 this is hard
fapmaster pushed to main at Playground/AdventOfCode 2024-12-20 14:12:30 +01:00
985b88f0aa y2024d20p2
fapmaster pushed to main at Playground/AdventOfCode 2024-12-20 10:55:19 +01:00
cd42646864 y2024d20p1 some cleanup before reattempting p2