chaokunyang commented on issue #1274:
URL: 
https://github.com/apache/incubator-fury/issues/1274#issuecomment-1995057675

   Hi @tommyettinger , the linear probe based ObjectMap you implement are 
awesome, thanks for this great work. Tha hash lookup is a time-consuming 
operations. Especially after we applied codegen speedup, the cost of hash look 
for class dispatch or reference tracking is considerable. So we used this map 
to reduce cost. We also tried swisstable, but it seems that we can't implement 
it efficiently in java. Is there any ideas you know to speed this map further?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to