00:41
jcea has quit [Ping timeout: 252 seconds]
01:07
jcea has joined #pypy
01:56
dddddd has quit [Remote host closed the connection]
03:45
jcea has quit [Quit: jcea]
05:51
energizer has quit [Ping timeout: 268 seconds]
05:51
energizer_ has joined #pypy
06:32
_whitelogger has joined #pypy
06:41
_whitelogger has joined #pypy
06:50
_whitelogger has joined #pypy
07:23
_whitelogger has joined #pypy
07:51
jacob22__ has quit [Ping timeout: 250 seconds]
08:23
_whitelogger has joined #pypy
08:29
user24 has joined #pypy
09:38
user24 has quit [Ping timeout: 250 seconds]
09:48
WGH has joined #pypy
10:29
xcm has quit [Remote host closed the connection]
10:30
xcm has joined #pypy
11:04
xcm has quit [Read error: Connection reset by peer]
11:06
xcm has joined #pypy
11:13
xcm has quit [Remote host closed the connection]
11:14
xcm has joined #pypy
11:15
ronan has joined #pypy
11:20
jacob22__ has joined #pypy
11:24
ronan has quit [Ping timeout: 244 seconds]
11:48
xcm has quit [Remote host closed the connection]
11:50
xcm has joined #pypy
12:21
jcea has joined #pypy
12:28
dddddd has joined #pypy
13:04
xcm has quit [Remote host closed the connection]
13:06
xcm has joined #pypy
13:41
xcm is now known as Guest24679
13:41
Guest24679 has quit [Killed (cherryh.freenode.net (Nickname regained by services))]
13:42
xcm has joined #pypy
13:54
antocuni has joined #pypy
14:12
xcm has quit [Remote host closed the connection]
14:13
xcm has joined #pypy
14:26
xcm has quit [Remote host closed the connection]
14:27
xcm has joined #pypy
14:28
mattip has joined #pypy
14:29
Rhy0lite has joined #pypy
14:40
speeder39_ has joined #pypy
15:50
inhahe_ has quit [Read error: Connection reset by peer]
15:50
inhahe has joined #pypy
15:53
adamholmberg has joined #pypy
15:57
sthalik has joined #pypy
15:57
<
sthalik >
what should I use as a linked list (cons cell) while incurring least overhead? a class, a 2-element array, an object()?
15:58
<
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)`.
15:58
<
sthalik >
does pypy use tag bits?
15:59
<
simpson >
No, IIUC.
16:13
Kipras_ has joined #pypy
16:13
jcea has quit [Ping timeout: 268 seconds]
16:40
adamholmberg has quit [Remote host closed the connection]
17:03
xcm is now known as Guest64501
17:03
Guest64501 has quit [Killed (tepper.freenode.net (Nickname regained by services))]
17:04
xcm has joined #pypy
17:48
antocuni has quit [Ping timeout: 240 seconds]
17:49
sthalik has quit [Quit: leaving]
17:54
xcm has quit [Remote host closed the connection]
17:56
xcm has joined #pypy
17:59
speeder39_ has quit [Quit: Connection closed for inactivity]
18:13
xcm has quit [Remote host closed the connection]
18:15
xcm has joined #pypy
18:26
nunatak has joined #pypy
19:24
Rhy0lite has quit [Quit: Leaving]
19:29
Zaab1t has joined #pypy
19:35
AndyL has joined #pypy
19:39
Zaab1t has quit [Quit: bye bye friends]
19:57
nunatak has quit [Quit: Leaving]
20:04
<
cfbolz >
sthalik: yes, a tuple takes the least memory
20:07
speeder39_ has joined #pypy
21:27
xcm has quit [Read error: Connection reset by peer]
21:27
energizer_ is now known as energizer
21:28
xcm has joined #pypy
21:29
jamesaxl has quit [Quit: WeeChat 2.3]
21:36
<
arigato >
a pypy tuple? a bit unclear, because it's a small object plus an array of values
21:38
<
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
21:40
<
arigato >
...ok sorry, I forgot specialized-tuples which are enabled by default
21:57
xcm has quit [Ping timeout: 246 seconds]
21:59
xcm has joined #pypy
22:37
speeder39_ has quit [Quit: Connection closed for inactivity]
23:04
hich has quit [Ping timeout: 250 seconds]
23:20
AndyL has quit [Quit: If at first you don't succeed, skydiving is not for you.]
23:22
antocuni has joined #pypy
23:36
hich has joined #pypy