elastic / go-freelru

Apache License 2.0
167 stars 12 forks source link

Feature request, mmap version for inter process golang use #29

Open kolinfluence opened 7 months ago

kolinfluence commented 7 months ago

other languages can also use a shared mmap version of lru cache. is this on the roadmap?

rockdaboot commented 7 months ago

No it is not on the roadmap. It would require to pull in CGO for the IPC and thus the code wouldn't portable any more. It could be done, technically. But IMO Go is the wrong tool for this job.