-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support wildcard matching #64
Comments
Hi @LostKobrakai , That said, I do agree that a good wildcard syntax could be a nice interface. I do not currently have good ideas on a wildcard syntax that would be simpler than the current |
I can totally see why things work the way they work right now. I'm however wondering if |
Yeah I see, something like ETS optimizing for “partially bound keys” when using On one hand I like how |
Was just thinking about something similar myself and found this issue. I wonder if a library like matcha (https://github.com/christhekeele/matcha) could be leveraged in some way to provide an alternative, still performant select/filter/map for CubDB. |
Whenever I look at
CubDB.select
it feels a little strange how much I need to know about sort order, to be able to select e.g. all values for{:some_key, _}
. I'm wondering it this couldn't be simplified.The text was updated successfully, but these errors were encountered: