coinbase / coinbase-exchange-ruby

DEPRECATED — Official Ruby library for the GDAX API
Apache License 2.0
123 stars 100 forks source link

use tr instead of gsub #20

Closed mikerodrigues closed 4 years ago

mikerodrigues commented 7 years ago

For simple character replacement, tr is much faster than gsub.

https://gist.github.com/rafbm/9068f377f54b6b7a0915

drewrothstein commented 4 years ago

Hi, we are closing out PRs + Issues as this project is being archived.