kofemann / simple-nfs

dcache nfs server to export regular file system
Apache License 2.0
14 stars 14 forks source link

drop guava's bimap in favor of a much faster map #3

Closed radai-rosenblatt closed 9 years ago

radai-rosenblatt commented 9 years ago

also upgraded to java 8.

on my machine, 4096 creates complete in <4 seconds whereas they previously used to take >1 minute.

kofemann commented 9 years ago

thanks!