Open Beefster09 opened 1 year ago
I was trying to use this library and wanted to allocate with the temporary allocator
Much like the other encoders in the core collection, I expected to be able to pass in an allocator explicitly, but would have to:
context.allocator = context.temp_allocator
before parsing in order to achieve that.
I agree, would be a good addition
I was trying to use this library and wanted to allocate with the temporary allocator
Much like the other encoders in the core collection, I expected to be able to pass in an allocator explicitly, but would have to:
before parsing in order to achieve that.