We’ve squashed those pesky bugs (thanks to the community for the reports!).
Chronos utilizes a specialized JIT (Just-In-Time) compiler instrumentation that checkpoints program state at deterministic intervals. By utilizing Copy-On-Write memory techniques, the overhead is kept under 2%, making it viable for production environments (attached to a canary deployment).
: The language features first-class asynchronous services, supporting both async/await and promise-based models.
We’ve squashed those pesky bugs (thanks to the community for the reports!).
Chronos utilizes a specialized JIT (Just-In-Time) compiler instrumentation that checkpoints program state at deterministic intervals. By utilizing Copy-On-Write memory techniques, the overhead is kept under 2%, making it viable for production environments (attached to a canary deployment).
: The language features first-class asynchronous services, supporting both async/await and promise-based models.