Update V1.15.16

V1.15.16 Changelog

We identified that during intensive coding sessions, background I/O and concurrency tasks were causing micro-delays in our snapshot capture. By profiling the system, we pinpointed contention in our thread management and revamped our synchronization strategy. This refactor ensures smoother snapshot operations and more deterministic rollback behavior. 😎

  • Optimized thread scheduling
  • Enhanced snapshot synchronization
  • Refactored rollback routine

We've reduced context switching overhead and eliminated lock contention during heavy I/O operations. Developers should see improved performance and reliability, especially when running parallel processes under demanding workloads on Windows 11 24H2.

Return