Skip to content

Commit 5c4d250

Browse files
authored
Update README.md
1 parent 41b9e61 commit 5c4d250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
DynamicQuantities defines a simple statically-typed `Quantity` type for Julia.
1313
Physical dimensions are stored as a *value*, as opposed to a parametric type, as in [Unitful.jl](https://github.com/PainterQubits/Unitful.jl).
14-
This is done to allow for calculations where physical dimensions are not known at compile time.
14+
This can greatly improve both runtime performance, by avoiding type instabilities, and startup time, as it avoids overspecializing methods.
1515

1616
- [Performance](#performance)
1717
- [Usage](#usage)

0 commit comments

Comments
 (0)