Commit Graph

8 Commits

Author SHA1 Message Date
Sik
223c6760c1 Replace Vec with HashMap (#3)
All vec operation was replaced with HashMap.

Increase outstanding performance.

Co-authored-by: Sik Yoon <younxxxx@gmail.com>
Reviewed-on: http://192.168.1.100:3000/Sik/tradingbot/pulls/3
2024-01-29 16:03:04 +00:00
f4435da178 Change input parameters 2024-01-01 12:59:11 +09:00
ba4629f5e4 Simplify code 2024-01-01 12:53:57 +09:00
f8e702a462 Change parameter data type 2023-12-02 03:02:06 +09:00
5b7c4a9acb Apply Cargo fmt 2023-11-19 01:58:09 +09:00
45f640e3bc Make calculation in parallel 2023-08-13 00:02:42 +09:00
b0631921d3 Change parameter type 2023-08-03 00:01:57 +09:00
0c4e8ada55 Fork from tradingbot_sandbox 2023-07-15 19:41:36 +09:00