tusharmath
tusharmath
DDeno
Created by tusharmath on 2/19/2024 in #help
Run all pending ticks synchronously
Currently it seems like run_event_loop is the only way to run all the pending ops that are scheduled including the ones that are scheduled for the next tick. Is there a way to just call the next tick on the runtime?
2 replies
DDeno
Created by tusharmath on 2/6/2024 in #help
deno-core adding 40mb overhead
We recently migrated to deno-core from mini_v8 and realized a major increase in the size of the release build. Our core runtime is around 12Mb, on which we expected a 20mb increase because of V8, however with deno core we get around an additional 20mb increase in build size, reaching a total of around 50mb. Anyway we can reduce this? Link to our work: https://github.com/tailcallhq/tailcall/pull/1088/files
6 replies