Fabian Schmidt fapmaster
fapmaster pushed to main at Playground/1brc 2024-07-22 13:57:20 +02:00
a3b6075b6a Fastest yet with scaled integers instead of floats
fapmaster pushed to main at Playground/1brc 2024-07-22 08:17:03 +02:00
105f5bb74e moved rust implementation to /src/main/rust
fapmaster pushed to main at Playground/1brc 2024-07-21 21:45:09 +02:00
1f4aff1255 Actually I just needed to add target-cpu=native to [build] in Cargo.toml, did that and create HashMap with capacity, also added reference implementation (which uses libraries unlike my solution)
fapmaster created branch main in Playground/1brc 2024-05-27 17:31:03 +02:00
fapmaster pushed to main at Playground/1brc 2024-05-27 17:31:03 +02:00
0adcf3dec5 The polars solution I saw on reddit a few months ago is also super slow. I'm thinking it might be my macbook
b6e8b41bb1 Multi threaded works now but it's slower than single threaded...
18ea81eaaa Still broken but it compiles. For some reason lines are not properly being read and only one thread is being run
180da512f6 use hashbrown instead of std hashmap, no performance improvements
14e55e8c5c not working multi threaded solution
Compare 10 commits »
fapmaster created repository Playground/1brc 2024-05-27 17:28:09 +02:00
fapmaster pushed to master at dotfiles/nvim 2024-03-02 15:12:09 +01:00
e777391307 get $HOME instead of setting home_dir manually
fapmaster pushed to with-lifetimes-simplified at Playground/RustLifetimes 2024-01-23 11:15:18 +01:00
7141085747 Simplified example with lifetimes specified
fc13310be8 Add Readme
Compare 2 commits »
fapmaster pushed to no-lifetime at Playground/RustLifetimes 2024-01-23 11:14:07 +01:00
3dd76c0dfd Add Readme
fapmaster pushed to no-lifetime at Playground/RustLifetimes 2024-01-23 11:12:00 +01:00
fc13310be8 Add Readme
ae27ad2db2 Example with lifetimes specified
Compare 2 commits »
fapmaster pushed to with-lifetime at Playground/RustLifetimes 2024-01-23 11:11:03 +01:00
fc13310be8 Add Readme
fapmaster pushed to no-lifetime at Playground/RustLifetimes 2024-01-23 11:06:37 +01:00
fapmaster created branch no-lifetime in Playground/RustLifetimes 2024-01-23 11:06:37 +01:00
fapmaster pushed to with-lifetime at Playground/RustLifetimes 2024-01-23 11:06:26 +01:00
fapmaster created branch with-lifetime in Playground/RustLifetimes 2024-01-23 11:06:26 +01:00
fapmaster pushed to with-lifetimes-simplified at Playground/RustLifetimes 2024-01-23 11:05:55 +01:00
c3f1b7b230 Simplified example with lifetimes specified
ae27ad2db2 Example with lifetimes specified
a754093bd0 Example of an error when lifetime not specified
fapmaster created branch with-lifetimes-simplified in Playground/RustLifetimes 2024-01-23 11:05:55 +01:00
fapmaster created repository Playground/RustLifetimes 2024-01-23 11:05:37 +01:00
fapmaster pushed to master at dotfiles/nvim 2024-01-18 12:43:12 +01:00
9f6b6776c2 added trouble.nvim
fapmaster pushed to master at dotfiles/nvim 2024-01-17 15:10:45 +01:00
8c82f7cab4 replace rust-tools with rustaceanvim