-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add option to insert list in ets:insert, ets:lookup refactor #1405
base: main
Are you sure you want to change the base?
Add option to insert list in ets:insert, ets:lookup refactor #1405
Conversation
76774f0
to
6ac7831
Compare
f54ef62
to
45eccdc
Compare
45eccdc
to
e5908a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still few minor changes are required, thanks for this work so far.
387dc1c
to
54951ff
Compare
I'm sorry about this additional round of comments, hope they can be somehow interesting to you and not just boring nitpicking. |
Don't worry, thank you for your patience when reviewing it ❤️ |
6e249eb
to
0f71f40
Compare
I resolved open points I believe are still open. After that we are good I think. I would appreciate also a check from @jakub-gonet |
@bettio done. Found mostly nits and one missing |
9c15459
to
74dd710
Compare
Signed-off-by: Tomasz Sobkiewicz <[email protected]>
74dd710
to
4d84859
Compare
Signed-off-by: Tomasz Sobkiewicz <[email protected]>
4d84859
to
8103fe7
Compare
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
Changes:
Use Cases for the Helper Functions:
The new helper functions can be utilized in the following ETS operations to reduce code duplication:
Every mentioned function will be implemented after merging of this PR.