It is not that numpy bypasses public interfaces. It uses documented C APIs. V8, as far as I know, does not have that.
V8 itself might not, but, say, Node does and that doesn't torpedo performance. Was Node-API just better designed than Python's FFI?
V8 itself might not, but, say, Node does and that doesn't torpedo performance. Was Node-API just better designed than Python's FFI?