sbcgua/ajson

Performance ideas

sbcgua opened this issue · 1 comments

  • make node type a char1
  • make linked list in type cache (to_abap)

make node type a char1

Does not give any improvement, In opposite - it's slightly slower. Not sure I understand why. But seems that abap string comparison is efficient enough compared to one char comparison.