bytedance / sonic-cpp

A fast JSON serializing & deserializing library, accelerated by SIMD.
Apache License 2.0
835 stars 101 forks source link

chore: split stack from writebuffer #43

Closed liuq19 closed 1 year ago

liuq19 commented 1 year ago

Main Changes

  1. split stack abstract in writebuffer.
  2. directly use internal::stack instead of writebuffer as stk.
  3. support ToString() for const writebuffer