Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
mister_hn
6y ago
0 comments
Save
Share
O(1) as implementation time maybe, but as performance time is O(n)
0 comments
1 comments · 1 top-level
top
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