Commit Graph

25 Commits

Author SHA1 Message Date
Santiago Castro 98eea5537f Fix broken Markdown headings 2017-04-17 23:03:40 -03:00
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
ojab 4576c53c4a
Use up-to-date execjs repo in README.md 2016-09-06 15:39:35 +00:00
Jean Rouge 33d367d99f Merge branch 'master' into wk8/one_isolate_per_snapshot 2016-06-29 08:56:46 -07:00
Jean Rouge 3762c8c2fd README on runtime flags + more tests on them
Also changed the API for them.
2016-06-28 09:49:01 -07:00
Jean Rouge 3e1c214975 More README on snaphost.warmup! and isolate.idle_notification 2016-06-28 09:18:43 -07:00
Jean Rouge 46d0d3a19d Adding new features to the README 2016-06-21 23:05:42 -07:00
calasyr 432f12edb5 Corrected slight misspelling. 2016-05-25 14:40:57 -07:00
Sam 7cc8ed86d5 add note about travis support 2016-05-23 12:11:43 +10:00
Sam 9acac94539 bump version add changelog 2016-05-19 22:16:15 +10:00
Andrew Nesbitt 1e883c9cdc Fixed github link in readme 2016-05-19 09:20:32 +01:00
Glauco Custódio aae811fa2f Update README.md 2016-05-17 10:03:36 -03:00
Sam b60784a6ef try setting CC 2016-05-14 16:10:35 +10:00
Sam 66a460f062 update g++ 2016-05-14 15:58:48 +10:00
Sam d745313f44 add travis badge 2016-05-14 15:50:06 +10:00
Sam 744b71fca9 remove note about libv8 2016-05-14 11:19:44 +10:00
Sam Saffron e2794a2764 add info about kill 2016-05-12 12:50:42 +10:00
Sam Saffron 64f77af169 correct formatting 2016-05-12 12:42:54 +10:00
Sam Saffron 66ab3cb78d add benchmarks 2016-05-12 12:41:12 +10:00
Sam 5440e3f625 FIX: rethrow ruby exceptions that you catch from js callbacks 2016-05-11 17:58:33 +10:00
Sam 035f45f21e update readme 2016-05-11 15:03:54 +10:00
Sam 4dee1dc11c typo 2016-05-10 18:37:55 +10:00
Sam 25c58e31a3 update readme 2016-05-10 18:30:37 +10:00
Sam 56621a5c4a Work in progress:
- support releasing GVL while running JS
- support API to stop execution
- run 1 isolate per context
- introduce locking
2016-05-06 13:14:37 +10:00
Sam 1dd2a44a6f initial commit 2016-05-04 16:54:51 +10:00