<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    On 27/06/2024 12:21, 何品(虎鸣) wrote:<br>
    <blockquote type="cite" cite="mid:83f74e25-0db5-4855-95bf-07b51ae7a34a.hepin.p@alibaba-inc.com">
      
      <div class="__aliyun_email_body_block">
        <div style="clear:both;">I want to use something like
          HashWheelTimer as a `unparker`.</div>
      </div>
    </blockquote>
    <br>
    Are you running into a scalability issue with timers with the loom
    EA builds where the number of times is configurable? Have you done
    any experiments in your own repo?<br>
    <br>
    This project has explored a number of directions for timers,
    including hashed and hierarchical timing wheels and making using of
    the OS timer support, but didn't come to a conclusion. One thing on
    the list is to explore integration with ForkJoinPool but still using
    a heap-based data structure.<br>
    <br>
    -Alan<br>
  </body>
</html>