Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
0 points
mister_hn
6y ago
0 comments
Share
O(1) as implementation time maybe, but as performance time is O(n)
undefined | Better HN
0 comments
default
newest
oldest
chrisseaton
6y ago
I don't think GraalVM polyglot interop is O(n). It uses multi-dimensional polymorphic inline caching (dispatch chains) which specialises for the number of languages using it, and so the interface between two languages is O(1).
j
/
k
navigate · click thread line to collapse