Skip to content

Commit

Permalink
Optimize the orderbook:
Browse files Browse the repository at this point in the history
* Separate orderbook to order_set, unordered orders (map as (base, rel)), ordered orders (map as (base, rel))
  • Loading branch information
sergeyboyko0791 committed Aug 26, 2020
1 parent 8e9e783 commit 88e8dd6
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 226 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ crc = "1.8"
crc32fast = { version = "1.2", features = ["std", "nightly"] }
crossbeam = "0.7"
dirs = { version = "1", optional = true }
either = "1.6"
enum-primitive-derive = "0.1"
env_logger = "0.7.1"
fomat-macros = "0.2"
Expand Down
Loading

0 comments on commit 88e8dd6

Please sign in to comment.