Skip to content

Instantly share code, notes, and snippets.

View manuphatak's full-sized avatar
🎯
Focusing

Manu Phatak manuphatak

🎯
Focusing
View GitHub Profile
@manuphatak
manuphatak / package.json
Created June 23, 2019 05:45
phaser-types
{
"name": "phaser-types",
"author": "Manu Phatak",
"version": "3.18.1",
"types": "./phaser.d.ts"
"peerDependency": {
"phaser": "3.18.1"
}
}
@manuphatak
manuphatak / package.json
Last active June 23, 2019 06:11
phaser-types
{
"name": "phaser-types",
"author": "Manu Phatak",
"version": "3.18.1",
"types": "phaser.d.ts",
"peerDependency": {
"phaser": "3.18.1"
}
}
# Response to:
# http://blog.honeybadger.io/how-openstruct-and-hashes-can-kill-performance/
#
# It's not faire to use `Hash.new.merge(data)` if you can `Hash[data]`.
# `Hash[data]` is way faster! Lets compare!
#
# Read more: http://ruby-doc.org/core-2.2.0/Hash.html#method-c-5B-5D
#
# [UPDATE]
#

ADR #0001: MusixMatch API

Date: 2020-07-09

Who

Status