mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
No allocation in the iterator's constructor (#276)
* Get rid of dynamic allocation in ParsedJson::Iterator. * Implement copy assignment operator for ParsedJson::Iterator. * ParsedJson::Iterator is now a template class.
This commit is contained in:
committed by
Daniel Lemire
parent
1740d93420
commit
6a2728e730
@@ -1,4 +1,5 @@
|
||||
#include "simdjson/parsedjson.h"
|
||||
#include "simdjson/jsonformatutils.h"
|
||||
|
||||
namespace simdjson {
|
||||
ParsedJson::ParsedJson()
|
||||
|
||||
Reference in New Issue
Block a user