Geetk172

Results 4 comments of Geetk172

Hey! Really interesting challenge here. I've been looking into the Nio scheduler approach and think we can adapt something similar for ZIO. /attempt #9356 So here's what I'm thinking -...

/attempt #9878 I'll tackle the ZScheduler park/unpark performance issue. The problem is excessive cycling between parking and unparking workers due to LockSupport.unpark() being expensive in the hotpath. **Analysis:** - `maybeUnparkWorker()`...

/attempt #764 Hey! I'd love to work on this board template feature. This looks like a really useful addition for standardizing common board outlines. ## Implementation Plan Here's how I'm...

/attempt #2807 Hey! I'd love to work on adding the Coda.io connector. I've looked through the existing connectors like Notion and Confluence, and I think I have a good approach...