hiactor icon indicating copy to clipboard operation
hiactor copied to clipboard

Scheduling overhead of hiactor

Open shixuansun opened this issue 1 month ago • 0 comments

Hi, thanks for developing the great library. We use hiactor as the scheduler in our tiny database. Particularly, each query is evaluated by an actor. As we have many short-running queries, I am wondering how to measure the overhead of scheduling. And how is an actor served, creating a thread or thread pools? Look forward to your reply!

shixuansun avatar May 12 '24 15:05 shixuansun