Open kolinfluence opened 7 months ago
other languages can also use a shared mmap version of lru cache. is this on the roadmap?
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.
other languages can also use a shared mmap version of lru cache. is this on the roadmap?