Ticket #881 (closed defect: fixed)

Opened 21 months ago

Last modified 4 months ago

HASH-TABLE-COUNT is slow on lock-free hash-tables

Reported by: pfeilgm Owned by: gz
Priority: normal Milestone:
Component: Performance Version: trunk
Keywords: Cc:

Description

Calls to HASH-TABLE-COUNT on lock-free hash-tables spend a lot of time in LOCK-FREE-COUNT-ENTRIES. This is at least an issue for GBBOpen ( http://gbbopen.org/svn/GBBopen/trunk/ISSUES)

Change History

Changed 6 months ago by gz

  • owner set to gz

Changed 4 months ago by gb

  • status changed from new to closed
  • resolution set to fixed

Fixed in the trunk in r15608.

Note: See TracTickets for help on using tickets.