Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveenaidu committed May 1, 2024
1 parent dee55c1 commit 65bafb4
Show file tree
Hide file tree
Showing 26 changed files with 30,245 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "rust-1brc"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
3 changes: 3 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}
1 change: 1 addition & 0 deletions tests/measurements-1.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{Kunming=19.8/19.8/19.8}
1 change: 1 addition & 0 deletions tests/measurements-1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Kunming;19.8
1 change: 1 addition & 0 deletions tests/measurements-10.out
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{Adelaide=15.0/15.0/15.0, Cabo San Lucas=14.9/14.9/14.9, Dodoma=22.2/22.2/22.2, Halifax=12.9/12.9/12.9, Karachi=15.4/15.4/15.4, Pittsburgh=9.7/9.7/9.7, Ségou=25.7/25.7/25.7, Tauranga=38.2/38.2/38.2, Xi'an=24.2/24.2/24.2, Zagreb=12.2/12.2/12.2}
10 changes: 10 additions & 0 deletions tests/measurements-10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Halifax;12.9
Zagreb;12.2
Cabo San Lucas;14.9
Adelaide;15.0
Ségou;25.7
Pittsburgh;9.7
Karachi;15.4
Xi'an;24.2
Dodoma;22.2
Tauranga;38.2
1 change: 1 addition & 0 deletions tests/measurements-10000-unique-keys.out

Large diffs are not rendered by default.

Loading

0 comments on commit 65bafb4

Please sign in to comment.