mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 22:10:15 +03:00
Disable buffer compaction (#6199)
This commit is contained in:
parent
fb77f42fd5
commit
2e08f734d7
@ -155,7 +155,8 @@ impl {
|
||||
pub fn update(&mut self) {
|
||||
debug_span!("Updating.").in_scope(|| {
|
||||
if self.used_size * 2 < self.size() {
|
||||
self.shrink_to_fit();
|
||||
// FIXME
|
||||
// self.shrink_to_fit();
|
||||
}
|
||||
if self.shape_dirty.check() {
|
||||
for i in 0..self.buffers.len() {
|
||||
|
Loading…
Reference in New Issue
Block a user