bitproto icon indicating copy to clipboard operation
bitproto copied to clipboard

(Not merging now) C lib performance improvement

Open hit9 opened this issue 2 years ago • 1 comments

hit9 avatar Jan 05 '23 10:01 hit9

  • standard mode without gcc -O, 100bytes message on stm32: encode 145us, decode 139us
  • standard mode gcc -O2, 100bytes message on stm32: encode 145us, decode 142us
  • standard mode gcc -O3, 100bytes message on stm32: encode 128us, decode 120us

hit9 avatar Jan 05 '23 14:01 hit9