We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an eternal ets like https://github.com/DeadZen/etsgive that supports all the ets functions. I tought abotu using $handle_undefined_function (http://erlang.org/pipermail/erlang-questions/2013-January/071793.html) instead of implementing dumm functions that call each ets functions, but due to performance issues that will not be possible.
The text was updated successfully, but these errors were encountered:
[#1] get/[2,3] to access values in nested maps.
02f5ec7
[#1] Renamed to ktn_maps. Added tests.
b249dd5
[#1] Error for get/2, default value for get/3.
aa3a64d
Merge pull request #2 from inaka/jfacorro.1.katana.maps
5eba242
[#1] get/[2,3] nested maps.
No branches or pull requests
Create an eternal ets like https://github.com/DeadZen/etsgive that supports all the ets functions. I tought abotu using $handle_undefined_function (http://erlang.org/pipermail/erlang-questions/2013-January/071793.html) instead of implementing dumm functions that call each ets functions, but due to performance issues that will not be possible.
The text was updated successfully, but these errors were encountered: