1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
mini_racer/ext/mini_racer_extension
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
..
extconf.rb Check for C++11 support and warn if it's missing 2016-07-27 22:55:23 +03:00
mini_racer_extension.cc PERF: on boundary convert to and from json 2017-03-09 16:03:13 -05:00