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
Rhy0lite has quit [Quit: This computer has gone to sleep]
CountryNerd has joined #pypy
CountryNerd has quit [Quit: CountryNerd]
speeder39_ has joined #pypy
<whitequark> so weirdly the answer is that the original AoS design performs best with a huge margin
<whitequark> i dunno. thanks for help everyone!
whitequark has left #pypy [#pypy]
lritter has quit [Ping timeout: 256 seconds]
oberstet has quit [Remote host closed the connection]
jcea has quit [Remote host closed the connection]
jcea has joined #pypy
speeder39_ has quit [Quit: Connection closed for inactivity]
jcea has quit [Quit: jcea]
<mattip> anyone looking for a fun little challenge: find where PyPy 3.6 v7.3.1 is not properly respecting os.env['CC'] in this failing test
<mattip> it is part of an effort to move distutils out of stdlib and into setuptools
<mattip> trying to take a quick look at the winconsole branch. In rffi, is there a uint16_t ?
<mattip> (windows calls this a WORD as opposed to DWORD which is 32 bit)
<mattip> ahh, yes, USHORT
<mattip> so it seems the line defining WORD in rwin32.py is wrong?
<mattip> it is not widely used, and the alignment is wierd, so maybe the wrong definition was not visible
<fijal> "I want to code a bi elliptical transfer in python,can you help me?"
<fijal> email from someone random
otisolsen70_ has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
otisolsen70_ has quit [Quit: Leaving]
otisolsen70 has joined #pypy
oberstet has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
epony has quit [Quit: reconfigure]
epony has joined #pypy
xcm has quit [Ping timeout: 240 seconds]
xcm has joined #pypy
epony has quit [Ping timeout: 258 seconds]
Dejan has joined #pypy
Dejan has quit [Changing host]
Dejan has joined #pypy
Rhy0lite has joined #pypy
tsaka__ has quit [Quit: Konversation terminated!]
dmalcolm_ has quit [Quit: Leaving]
dmalcolm has joined #pypy
<tos9> hey don't post my emails publically
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
speeder39_ has joined #pypy
lidenbrock has joined #pypy
lritter has joined #pypy
ofir has joined #pypy
<ofir> is there an efficient way to write a bulk of characters (memcpy) to an FFI buffer?
<ofir> my_data = b'\xff' * 100; dram_addr = 0xdeadbeef; buf = _mylib.ffi.cast("char *", dram_addr); py_buf = _oclpy.ffi.buffer(buf, size); py_buf[:size] = my_data
<ofir> will something like that?
lidenbrock has quit [Ping timeout: 245 seconds]
<ofir> work*
<arigo> (in this case, _oclpy.ffi_memmove(buf, my_data, size) )
<ofir> thanks!
otisolsen70_ has joined #pypy
dansan_ has joined #pypy
Techcable_ has joined #pypy
otisolsen70 has quit [Ping timeout: 246 seconds]
dansan has quit [Ping timeout: 246 seconds]
Techcable has quit [Ping timeout: 246 seconds]
rjarry has quit [Remote host closed the connection]
Arfrever has joined #pypy
sknebel has quit [Ping timeout: 264 seconds]
rjarry has joined #pypy
sknebel has joined #pypy
_whitelogger has joined #pypy
xcm has quit [Read error: Connection reset by peer]
xcm has joined #pypy
Dejan has quit [Quit: Leaving]
ofir has quit [Quit: Leaving]
epony has joined #pypy
lritter has quit [Ping timeout: 246 seconds]
lritter has joined #pypy
epsilonKNOT has quit [Quit: ZNC 1.7.5 - https://znc.in]
xcm has quit [Remote host closed the connection]
xcm has joined #pypy
oberstet has quit [Remote host closed the connection]
oberstet has joined #pypy
jcea has joined #pypy
xcm has quit [Remote host closed the connection]
xcm has joined #pypy