Skip to content

Instantly share code, notes, and snippets.

// To run, create a empty main.go, then run: go test -bench=.
//
// Copyright (C) 2023 by Dave Pifke.
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted.
//
// THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
// WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
// MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
@dpifke
dpifke / keybase.md
Created February 7, 2015 00:36
Keybase Proof

Keybase proof

I hereby claim:

  • I am dpifke on github.
  • I am dpifke (https://keybase.io/dpifke) on keybase.
  • I have a public key whose fingerprint is 7E76 0F9E E459 1007 2D76 F555 5EDA CFC8 2A71 0D95

To claim this, I am signing this object:

@dpifke
dpifke / counter_test.py
Created March 29, 2012 23:32
Performance comparison of defaultdict vs. Counter and tuple vs. namedtuple in Python
#!/usr/bin/python
#
# Copyright (c) 2012 Dave Pifke.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the Software without restriction, including without limitation the
# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
# sell copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: