Constant-time indexing #153
samvandevelde
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
|
FWIW, |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Followed up on the PR: #154 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A pattern I write frequently is the one of constant-time indexing via a linear scan:
I know that this way of constant-time indexation 'works fine', and if an indexation method would be written it would act the same.
Nevertheless, I wonder why this was omitted from
subtle, more specifically whether it was a deliberate design decision.If no such decisions were taken, if there are no inherent objections to the idea, I additionally ask if a PR for constant-time indexing would be appreciated.
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions