arigato 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 | mac OS and Fedora are not Windows
jcea has quit [Ping timeout: 252 seconds]
jcea has joined #pypy
dddddd has quit [Remote host closed the connection]
jcea has quit [Quit: jcea]
energizer has quit [Ping timeout: 268 seconds]
energizer_ has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
_whitelogger has joined #pypy
jacob22__ has quit [Ping timeout: 250 seconds]
_whitelogger has joined #pypy
user24 has joined #pypy
user24 has quit [Ping timeout: 250 seconds]
WGH has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
ronan has joined #pypy
jacob22__ has joined #pypy
ronan has quit [Ping timeout: 244 seconds]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
jcea has joined #pypy
dddddd has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm is now known as Guest24679
Guest24679 has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
xcm has joined #pypy
antocuni has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
mattip has joined #pypy
Rhy0lite has joined #pypy
speeder39_ has joined #pypy
inhahe_ has quit [Read error: Connection reset by peer]
inhahe has joined #pypy
adamholmberg has joined #pypy
sthalik has joined #pypy
<sthalik> hey
<simpson> Morning.
<sthalik> what should I use as a linked list (cons cell) while incurring least overhead? a class, a 2-element array, an object()?
<simpson> You're gonna have to profile to know for sure. I bet that a two-element tuple (a "pair") would be cheapest; e.g. py`(1, 2)`.
<sthalik> thanks!
<sthalik> does pypy use tag bits?
<simpson> No, IIUC.
Kipras_ has joined #pypy
jcea has quit [Ping timeout: 268 seconds]
adamholmberg has quit [Remote host closed the connection]
xcm is now known as Guest64501
Guest64501 has quit [Killed (tepper.freenode.net (Nickname regained by services))]
xcm has joined #pypy
antocuni has quit [Ping timeout: 240 seconds]
sthalik has quit [Quit: leaving]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
nunatak has joined #pypy
Rhy0lite has quit [Quit: Leaving]
Zaab1t has joined #pypy
AndyL has joined #pypy
Zaab1t has quit [Quit: bye bye friends]
nunatak has quit [Quit: Leaving]
<cfbolz> sthalik: yes, a tuple takes the least memory
speeder39_ has joined #pypy
xcm has quit [Read error: Connection reset by peer]
energizer_ is now known as energizer
xcm has joined #pypy
jamesaxl has quit [Quit: WeeChat 2.3]
<arigato> a pypy tuple? a bit unclear, because it's a small object plus an array of values
<arigato> unsure if there is something sane, but there are definitely insane things to use that should consume less memory: for example, slice(a,b,c) works like a 3-tuple
<arigato> ...ok sorry, I forgot specialized-tuples which are enabled by default
xcm has quit [Ping timeout: 246 seconds]
xcm has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
hich has quit [Ping timeout: 250 seconds]
AndyL has quit [Quit: If at first you don't succeed, skydiving is not for you.]
antocuni has joined #pypy
hich has joined #pypy