mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 16:19:59 -07:00
300 B
300 B
Guidelines
Parser
- Avoid floats as much as possible
- Use structs like
AmountandPricefor calculations - Only use
Amount.to_btc()when inserting or computing inside a dataset. It is very expensive.
- Use structs like
- No
Arc,Rc,Mutexeven from third party libraries, they're slower