sbcgua / ajson

Yet another json parser serializer for ABAP
MIT License
50 stars 15 forks source link

Performance ideas #90

Open sbcgua opened 2 years ago

sbcgua commented 2 years ago
sbcgua commented 1 year ago

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.