Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Oct 2, 2017
1 parent 38d9459 commit f5e6dd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ It is necessary to measure the statistical significance of the results to know a

I also didn't test the memory usage. This should be done running the benchmarks each in a separate process, so that the memory used by each run is not left over while the next is running.

## conclusion
## Conclusion

Javascript is generally slow, so one of the best ways to make it fast is to write less of it.
LRUs are also quite difficult to implement (linked lists!). In trying to come up with a faster
Expand All @@ -99,6 +99,3 @@ that is simpler and faster across the board. It's O(1) like LRU, but does less p
## License

MIT



0 comments on commit f5e6dd4

Please sign in to comment.