Export to
Wednesday, April 23, 2014 at 3:48pm and last updated
Friday, May 9, 2014 at 9:04pm.
pdxbyte users group (C/C++/Assembly)
Access Notes
Check in at the security desk to get access to the 27th floor. This usually isn't required for official events and meetups.
Website
Description
First talk at 7PM, come early for networking, or hacking.
Introduction to Splay Trees
What, why and how they can be used. I'll go over how splaying works, how we use it in OlegDB, why it can be a better choice than binary trees for certain situations and how the splaying algorithm can/can't be applied to other kinds of trees.
Quinlan Pfiffer: OlegDB coauthor
x86 machine language programming in the bash shell
Compilers, and assemblers are seemingly magical programs that turn text into something the CPU can process directly. I decided the best way to demystify things was to implement my own solution.
Daniel Johnson: pdxbyte founder, and full stack technology generalist