mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
302 B
302 B
Guidelines
Parser
- Avoid floats as much as possible
- Use structs like
WAmountandPricefor calculations - Only use
WAmount.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