Fabian Schmidt fapmaster
fapmaster created branch rust in Playground/docker-templates 2024-09-16 09:37:43 +02:00
fapmaster pushed to main at Playground/docker-templates 2024-09-06 10:14:08 +02:00
e97bf19385 Add LICENSE
fapmaster pushed to main at Playground/docker-templates 2024-09-04 11:12:12 +02:00
75dc0a6320 Modify alternative builder for alpine
30f5210ef5 Document alternative builder for scratch image
Compare 2 commits »
fapmaster pushed to main at Playground/docker-templates 2024-09-04 09:22:58 +02:00
01e72652b8 Dockerfile templates for rust projects
fapmaster created branch main in Playground/docker-templates 2024-09-04 09:22:57 +02:00
fapmaster created repository Playground/docker-templates 2024-09-04 09:22:32 +02:00
fapmaster pushed to main at Playground/1brc 2024-09-02 15:15:20 +02:00
0ea10a3c1b Ultra slow lua solution (aka as slow as my naive rust solution)
fapmaster pushed to main at Playground/1brc 2024-09-02 09:26:25 +02:00
3dbc9c32d1 Fix warning of deprecated key name default_features
fapmaster pushed to master at dotfiles/nvim 2024-09-02 08:40:37 +02:00
fbbd0c5512 Made background slightly lighter, less yellow
fapmaster pushed to main at Playground/1brc 2024-09-02 07:41:19 +02:00
4d586c809e Under 2 minutes, could probably start optimizing as I did for rust, but it's good enough for now
5bb2363eee mmapped file slightly faster
eb2ed15e33 First julia impl, very slow
dfcc8562e6 ran cargo clippy
212e595a7e ran cargo fmt
Compare 17 commits »
fapmaster pushed to main at Playground/1brc 2024-08-23 11:14:20 +02:00
53ea542f36 update dependencies, create benches
d246c54cd9 removed polars example because it wouldn't compile anymore, even when updating to latest version. It also massively reduced the number of downloaded crates
2a89d061a0 Use FxHashMap for multi_threaded_smol.rs
7add8793a5 managed to get library version on par with the reference implementation by using memmap2. I'm understanding scoped threads a little better now... I think
Compare 4 commits »
fapmaster pushed to main at Playground/1brc 2024-08-13 14:14:46 +02:00
b1d7ebaaea Create multi threaded version using smol for async reading of the file ~1 seconds faster
fapmaster pushed to main at Playground/1brc 2024-08-13 13:50:40 +02:00
bbc89aa2b3 Create single threaded version using smol for async reading of the file 46 -> 40 seconds
fapmaster pushed to master at dotfiles/nvim 2024-08-13 11:50:35 +02:00
4f2c968b33 added jdtls, need to play with it some more to add missing keymaps and
fapmaster pushed to master at dotfiles/nvim 2024-08-13 07:55:34 +02:00
11763243dc Update everything and add light theme modifications for kanagawa
fapmaster pushed to main at Playground/1brc 2024-08-12 10:47:39 +02:00
b53212103b Tried looking at what the performance would be if I read the data from a file where every line would have the same length ie. not having to read until eol. But despite not having to search the \n byte (or ; because every station name and temperatures are padded with null bytes) and having a fixed size array instead of vec this is slower (the normal read_until version is actually still just as fast, while the new one is 10x slower)
fapmaster pushed to main at projects/MyDB 2024-08-07 15:12:20 +02:00
8956442679 Continuation
fapmaster pushed to main at projects/MyDB 2024-08-06 16:07:52 +02:00
e72ce51fdd Initial Readme
fapmaster created repository projects/MyDB 2024-08-06 15:53:38 +02:00
fapmaster pushed to main at Playground/1brc 2024-08-05 12:52:45 +02:00
8ffea918c4 either it's slightly faster or it's a measurement error