peter-lawrey / HugeCollections-OLD

Huge Collections for Java using efficient off heap storage
273 stars 51 forks source link

Difference between setSmallEntrySize and setCapacity #33

Open moizk88 opened 10 years ago

moizk88 commented 10 years ago

Peter, first of all thanks for such an amazing work on the high performance development.

I have just started going through your OpenHFT Collections API. Just wanted to know the difference between couple of methods in net.openhft.collections.HugeConfig 1) setSmallEntrySize(int) 2) setCapacity(int)

Thank You.