Y
Hacker News
new
|
ask
|
show
|
jobs
by
senkora
660 days ago
I would assume that drawing performance is slower because it’s doing FFI from CPython to the JVM, but that you may be able to get speedup if your bottleneck is something that can leverage numpy.
1 comments
bongodongobob
660 days ago
Yeah, I think most times it isn't the drawing but the calculations I'm doing in the background, I'll have to try this out.
link