Pinned Repositories
avro
AVRO decoder
benchmarks
Some basic go benchmarks
graphblog
Code to support a blog post about optimising some graph stuff
intern
string interning library for lots of strings
plenc
Go encoding based on protobuf, but hopefully easier to deal with
scratchbuild
build simple single-layer containers and upload them to a repository.
scratchmachine
Proof of concept for Go/linux machine with no other user-space
stringbank
Storing strings without GC overhead
symboltab
A hopefully fast symbol table (string <=> integer sequence number)
ut
Awesome Go mocks without magic
philpearl's Repositories
philpearl/benchmarks
Some basic go benchmarks
philpearl/scratchmachine
Proof of concept for Go/linux machine with no other user-space
philpearl/graphblog
Code to support a blog post about optimising some graph stuff
philpearl/sparsevector
Efficient sparse vectors in Go
philpearl/go_unique_ts
Uniquified timestamps that are naturally ordered
philpearl/keengo
Send events to keen.io using Go
philpearl/levenshtein
Levenshtein Distance in Go
philpearl/django-dumpdb
Clone of hg repo https://code.google.com/r/code-django-dumpdb.
philpearl/aeshash
AES hash pulled out of Go hashtable
philpearl/gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, Enumerables, Sort, JSON
philpearl/goslacksender
Send messages to Slack asynchronously
philpearl/netimageloader
Android library for loading images asynchronously
philpearl/TankTopTV-for-Android
philpearl/watch
Automatically run go builds and tests
philpearl/bytestring
Foolish way to convert a string to []byte in Go
philpearl/django-storage-swift
OpenStack Swift storage backend for Django
philpearl/extraction
A Python library for extracting titles, images, descriptions and canonical urls from HTML.
philpearl/flask-admin
Simple and extensible administrative interface framework for Flask
philpearl/force12
Microscaling-in-a-box
philpearl/intern.old
Golang string interning
philpearl/keengo_goji
Middleware for Goji to track HTTP requests and responses on keen.io.
philpearl/mockable
Creates a mockable struct and interface for Phil Pearl's genmock
philpearl/oauth2
Go OAuth2
philpearl/screenalicious-android
Android code we wrote for Cadbury Hackathon 2012
philpearl/stack
Shows how go stacks work