foonetic / agnostic-orderbook

3 stars 0 forks source link

different trees and matching engines #11

Open lidatong opened 2 years ago

lidatong commented 2 years ago

@jarry-xiao had a good suggestion in Slack:

I was thinking we could have different trees and different matching_engines that we test against

we could design a trait in the AOB's API - refactoring both the program and library (data structure) crate to use the interface instead

(current program is fifo critbit)