You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write coalescing was disabled in #24 due to some downstream issues. We need to add more testing, including benchmarks around write coalescing so that we can confidently reenable it.
Success Criteria
Write coalescing is well tested and benchmarked
Write coalescing is enabled
The text was updated successfully, but these errors were encountered:
ℹ️ Benchmarks can probably be (largely) shared with the go-mplex alternative. Even in that implementation of write-coalescing it's looking like the mechanism is having a performance impact. Ref: libp2p/go-mplex#77
Write coalescing was disabled in #24 due to some downstream issues. We need to add more testing, including benchmarks around write coalescing so that we can confidently reenable it.
Success Criteria
The text was updated successfully, but these errors were encountered: