Skip to content

Instantly share code, notes, and snippets.

View dawilster's full-sized avatar

William Porter dawilster

View GitHub Profile
0xe34b3AFAA75e72e34bA798c212a4ec6024a301c2

Keybase proof

I hereby claim:

  • I am dawilster on github.
  • I am dawilster (https://keybase.io/dawilster) on keybase.
  • I have a public key ASCvKFno6Cl0Tln3fo-nQR9kbYGb9K_wZFqcWK861Fterwo

To claim this, I am signing this object:

@dawilster
dawilster / test.js
Created February 9, 2017 22:23 — forked from jmyrland/test.js
Socket-io load test?
/**
* Modify the parts you need to get it working.
*/
var should = require('should');
var request = require('../node_modules/request');
var io = require('socket.io-client');
var serverUrl = 'http://localhost';
@dawilster
dawilster / Snippets.md
Last active December 10, 2016 18:59
Ruby Snippets I Like
@dawilster
dawilster / readme.md
Last active August 29, 2015 14:23
Query Evaluation

#Query Evaluation

  1. Why are repeated insertions into a B+ Tree slow?
- because tree traversal is required on each insert. 
  1. Advantages/Disadvantages of B+ Tree bulk loading

Advantages:

  • fast