Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Oct 5, 2012
1 parent 843dec1 commit 3bede45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
30 changes: 0 additions & 30 deletions memory_test/Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion memory_test/run.rb
Expand Up @@ -3,7 +3,7 @@

# For Pickies that don't have that baked into.
#
MultiJson.use :yajl if defined? MultiJson
# MultiJson.use :yajl if defined? MultiJson

Picky::Indexes.load

Expand Down
6 changes: 6 additions & 0 deletions server/lib/multi_json.rb
@@ -0,0 +1,6 @@
# By default, Picky uses Yajl.
#
# It has proven to be the fastest, most
# memory conservative adapter of them all.
#
MultiJson.use :yajl if defined? ::Yajl
2 changes: 1 addition & 1 deletion server/lib/picky.rb
Expand Up @@ -30,7 +30,7 @@ module Picky

# Modify/configure the external libraries.
#
require_relative 'multi_json'
# require_relative 'multi_json'

# Require the constants.
#
Expand Down

0 comments on commit 3bede45

Please sign in to comment.