ZIm/crates/zeta
Piotr Osiewicz bc32b4d016
zeta: Compute diff on background thread (#22328)
@iamnbutler noticed slowness in assistant panel which I've pinned down
to the fact that we're calculating buffer diff on foreground thread.
This PR moves this computation into the background; I don't know much
about Zeta but it seems fine to do, as the call-site is asynchronous
anyways.

Closes #ISSUE

Release Notes:

- N/A
2024-12-21 13:44:18 +00:00
..
src zeta: Compute diff on background thread (#22328) 2024-12-21 13:44:18 +00:00
Cargo.toml More telemetry events (#22171) 2024-12-17 22:16:59 -07:00
LICENSE-GPL Introduce staff-only inline completion provider (#21739) 2024-12-09 14:26:36 +01:00