#python | #cFebruary 12, 2018Search text fast or die trie-ingBenchmarking the Python and C implementation of a trie-as-a-dictionary. Read more
#python | #gc | #memoryAugust 5, 2017Diving into CPython GC moduleThis is a deep dive into the source code for Modules/gcmodule. Read more
#pythonJuly 16, 2017Comparing different ways to add ints IIBackground As outlined in part 1, we are comparing recursive and iterative implementations of long arithmetic of 2 arrays. Read more
#algorithms | #hackerrank | #pythonJune 27, 2017Comparing different ways to add ints IPuzzle Given 2 ints represented as array of digits in order (eg. Read more
#emacs | #python | #straceApril 6, 2017Debugging hanging elpy on emacsI was hacking on a small python script, minding my own business when emacs stopped reacting to my keyboard input. Read more
#python | #gc | #memoryMarch 7, 2017Notes on python's GCNotes on Memory Management in Python - YouTube Read more
#python | #solent | #ciFebruary 27, 2017CI for Solent-engSpent the day working on a plan to build custom CI pipeline for solent. Read more
#python | #algorithms | #hackerrankFebruary 27, 2017Unexpected breadth-first searchThis puzzle is in the dynamic programming section of HackerRank. Read more