ZENOTME
ZENOTME
More and more people are paying attention to iceberg-rust. I’ve noticed multiple times on Slack that people are looking for examples of related features. We need to supplement our documentation...
**Describe the solution you'd like** I noticed that original circular buffer using by batch span processor use lock free MPSC queu based on CAS. When experiencing intense multithreading contention, Compare-And-Swap...
solve #3645 ## Changes I noticed that original circular buffer using by batch span processor use lock free MPSC queu based on CAS. When experiencing intense multithreading contention, Compare-And-Swap (CAS)...