Skip to content
Snippets Groups Projects
  1. Sep 14, 2022
  2. Sep 10, 2022
  3. Sep 05, 2022
  4. Aug 17, 2022
  5. Aug 15, 2022
  6. Aug 12, 2022
  7. Aug 10, 2022
  8. Aug 04, 2022
  9. Aug 03, 2022
  10. Aug 02, 2022
  11. Jul 29, 2022
  12. Jul 28, 2022
    • fengttt's avatar
      Fengttt 3458 add (#4240) · 25313cd8
      fengttt authored
      * Rewrite decimal function macro.
      
      * Move int/uint/float add to cgo.  Benchmarked.
      
      For 8K int/uint/float operations, go perf is roughly 10us.   Cgo
      is roughly 2us.
      
      For 8K dec64/dec128, right now it is 100 - 200 us. This may argue
      for our own implementation of decimal.
      25313cd8
    • fengttt's avatar
      Rework arithmetic operators. (#4217) · cfd98153
      fengttt authored
      Plus first.  If it looks ok, I will work out the rest.
      cfd98153
  13. Jul 23, 2022
  14. Jul 22, 2022
  15. Jul 21, 2022
    • fengttt's avatar
      Fengttt 4039 decimal (#4107) · 3a3e1fdf
      fengttt authored
      * Adding decNumber library.
      
      * Work on decimal and rebase.
      
      I will be damned if it works at all.
      
      * Pass ut.
      
      * Will never pass bvt.
      
      * Fixes.
      
      * Missed a few UT cases.
      
      I cheated on a parser case.   Decimal will output 100 as 1E+2.
      I think we can accept this.
      
      * Use PRId64 and PRIu64 in printf.
      
      * Minor clean up.
      
      * CI
      
      added -ldecnumber, removed pdf file.
      
      * Fix a static check error.
      3a3e1fdf
  16. Jul 16, 2022