We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9110b commit 4e42d07Copy full SHA for 4e42d07
README.md
@@ -129,11 +129,9 @@ TBD
129
130
(3) Seperate bid and ask depth updates into two buffers and write from two different threads rather then one.
131
132
-(4) Use a decimals or another solution over floats for quantities.
+(4) Use fixed library for floats https://docs.rs/fixed/latest/fixed/
133
134
-(5) Use a decimals or another solution over floats for price levels.
135
-
136
-(6) Possibly more performant atomic memory ordering
+(5) Possibly more performant atomic memory ordering
137
138
## <span style="color: #FF7675;">Testing</span>
139
0 commit comments