Localize the vector.distance function for performance

This commit is contained in:
Hugo Locurcio
2020-01-01 18:06:03 +01:00
parent c28b6a9f35
commit 7c3afd699c
2 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
### Changed
- Improve performance by localizing the `vector.distance()` function.
## 1.0.0 - 2020-01-01
- Initial versioned release.