Skip to content

Is this allocation free (gc free)? #58

Answered by piotrrzysko
mason124124 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, it is not GC-free, because, for example, it creates JsonValue objects for every parsed JSON. However, the main data structures are allocated only once (when a SimdJsonParser instance is created), so I belive it wouldn't be difficult to introduce a GC-free version.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mason124124
Comment options

Answer selected by mason124124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants