vanilladb / vanillacore

The core engine of VanillaDB
Apache License 2.0
196 stars 41 forks source link

Reduce the call of synchronized block in BufferMgr.unpin #79

Closed pin-yu closed 2 years ago

pin-yu commented 2 years ago

This optimization provides 2% performance improvement. I reduce the access of a critical section in BufferMgr.unpin.