README.md in fasterer-0.1.0 vs README.md in fasterer-0.1.1

- old
+ new

@@ -43,11 +43,11 @@ spec/cache/mem_cache_store_spec.rb Use tr instead of gsub when grepping plain strings. Occured at lines: 161. ``` ## Configuration -You can turn of speed suggestions with a simple yaml file called **.fasterer.yml** in the root of your project. Example: +You can turn off speed suggestions with a simple yaml file called **.fasterer.yml** in the root of your project. Example: ```yaml speedups: parallel_assignment: false @@ -66,24 +66,19 @@ block_vs_symbol_to_proc: true proc_call_vs_yield: true gsub_vs_tr: true ``` -## TODOs: +## Speedups TODO: 4. find vs bsearch 5. Array#count vs Array#size 7. Enumerable#each + push vs Enumerable#map 17. Hash#merge vs Hash#merge! 20. String#casecmp vs String#downcase + == 21. String concatenation 22. String#match vs String#start_with?/String#end_with? 23. String#gsub vs String#sub - -# New - -values each -> each_value -class_eval ## Contributing 1. Fork it ( https://github.com/DamirSvrtan/fasterer/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`)