Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kolinfluence opened this issue Apr 12, 2024 · 1 comment
Open

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

kolinfluence opened this issue Apr 12, 2024 · 1 comment

Comments

@kolinfluence
Copy link

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

@rockdaboot
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants