azonenberg changed the topic of #scopehal to: libscopehal, libscopeprotocols, and glscopeclient development and testing | https://github.com/azonenberg/scopehal-apps | Logs: https://freenode.irclog.whitequark.org/scopehal
<_whitenotifier-5> [scopehal] sam210723 synchronize pull request #396: Add binary capture file parser - https://git.io/JtyXM
Famine has quit [Ping timeout: 246 seconds]
Degi_ has joined #scopehal
Degi has quit [Ping timeout: 264 seconds]
Degi_ is now known as Degi
electronic_eel has quit [Ping timeout: 240 seconds]
electronic_eel has joined #scopehal
_whitelogger has joined #scopehal
<azonenberg> Aaaand my AKL-PT1 sims are *still* going
<azonenberg> this one has been averagign almost 30 minutes per frequency and is 14 freqs into the sweep
<azonenberg> That's 7 hours on a single core
futarisIRCcloud has joined #scopehal
yourfate has quit [Quit: Sayōnara, ihr Trottel.]
<sam210723_> azonenberg, thanks for taking a look
<sam210723_> apologies for the terrible code
<sam210723_> i did try casting straight into a struct earlier today and it partially worked
<sam210723_> i'll have to do more reading up on that to get it working
futarisIRCcloud has quit [Quit: Connection closed for inactivity]
yourfate has joined #scopehal
juli966 has joined #scopehal
bvernoux has joined #scopehal
juli966 has quit [Quit: Nettalk6 - www.ntalk.de]
<azonenberg> sam210723_: yeah you probably didnt pack the struct right
<azonenberg> compilers align struct fields by default and add padding in order to improve performance
<azonenberg> but for serialization you dont want that
Famine has joined #scopehal
bvernoux has quit [Quit: Leaving]
maartenBE has quit [Ping timeout: 256 seconds]
maartenBE has joined #scopehal
<kc8apf> required reading despite the source: http://www.catb.org/esr/structure-packing/