zed/crates/supermaven
Kevin Wang 6c7e79eff6
Cap the size of the Supermaven states buffer (#19246)
Caps the size of the Supermaven states buffer to 1000 elements.
Previously, the buffer would grow unbounded so for long sessions the
number of states that the Supermaven autocomplete provider maintains can
be quite large. In practice, states that are sufficiently old are so
unlikely to be visited again that we can regenerate the completion.
Thus, we can cap the buffer to 1000 elements.

Release Notes:

- N/A
2024-10-23 10:36:14 +03:00
..
src Cap the size of the Supermaven states buffer (#19246) 2024-10-23 10:36:14 +03:00
Cargo.toml Implement grapheme support for supermaven completions (#18279) 2024-09-24 08:49:07 -06:00
LICENSE-GPL Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00