Skip to content

Commit

Permalink
Fast data access prototype (#7)
Browse files Browse the repository at this point in the history
A new data store which is homogeneous (same type at each type path) and supports batching for fast logging of a lot of data.
  • Loading branch information
emilk authored May 23, 2022
1 parent c554d4d commit 26639e9
Show file tree
Hide file tree
Showing 11 changed files with 1,993 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,23 @@
],
"cwd": "${workspaceFolder}"
},
{
"name": "Debug 'prototype' tests",
"type": "lldb",
"request": "launch",
"cargo": {
"args": [
"test",
"--no-run",
"--package=prototype"
],
"filter": {
"name": "prototype",
"kind": "lib"
}
},
"args": [],
"cwd": "${workspaceFolder}"
},
]
}
Loading

0 comments on commit 26639e9

Please sign in to comment.