revert change from strings/keys being presented as binaries to being presented as lists of characters. ~30% speedup
This commit is contained in:
parent
20f9e0368d
commit
b3eb058463
23 changed files with 57 additions and 57 deletions
|
@ -4,9 +4,9 @@
|
|||
end_array,
|
||||
{integer,0},
|
||||
start_object,
|
||||
{key,<<"key">>},
|
||||
{key,"key"},
|
||||
{integer,0},
|
||||
{key,<<"another key">>},
|
||||
{key,"another key"},
|
||||
{integer,0},
|
||||
end_object,
|
||||
{integer,0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue