cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
oberstet has quit [Remote host closed the connection]
jacob22 has quit [Read error: Connection reset by peer]
jacob22_ has joined #pypy
tos9 has joined #pypy
lritter has joined #pypy
otisolsen70 has joined #pypy
Mortir has quit [Ping timeout: 260 seconds]
<simpson>
Is there a recommended way for users to write code with matrices in PyPy? Like, a particular library? Is the story different for sparse matrices? I imagine array.array is plenty fast, but also I am outdated.
oberstet has quit [Quit: Leaving]
Mortir has joined #pypy
_whitelogger has joined #pypy
<mattip>
most of the sparse matrices are written in c++, so you may have some luck with cppyy