Files
brk/CONTRIBUTING.md
2024-12-13 19:55:32 +01:00

300 B

Guidelines

Parser

  • Avoid floats as much as possible
    • Use structs like Amount and Price for calculations
    • Only use Amount.to_btc() when inserting or computing inside a dataset. It is very expensive.
  • No Arc, Rc, Mutex even from third party libraries, they're slower