1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/lib
Sam 42ffdd15b3 PERF: on boundary convert to and from json
Previously we would walk the object graph recursively and convert,
this proves to be extremely slow for large objects due to recursion and
huge amount of v8 contexts that were created

By converting objects to json on the boundary we also correct timeout
semantics and so on.
2017-03-09 16:03:13 -05:00
..
mini_racer PERF: on boundary convert to and from json 2017-03-09 16:03:13 -05:00
mini_racer.rb PERF: on boundary convert to and from json 2017-03-09 16:03:13 -05:00