The ActionQueue has a complex use of LinkedHashMap to help modelling the scheduling of EntityAction(s) to be processed. This is both a performance issue and a problem for how Hibernate Reactive needs to interact with the scheduling; also it feels a little over-engineered. I’m going to try simplify the code bearing in mind Hibernate Reactive’s needs and also to resolve some related performance overhead in ORM core. |