Skip to content

Commit 319f910

Browse files
committed
Keyword arguments are generally well optimized now
1 parent 3fb8ee9 commit 319f910

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/user/compatibility.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,6 @@ covered by the Ruby Specification suite or tests.
138138

139139
## Features with very low performance
140140

141-
#### Keyword arguments
142-
143-
Keyword arguments don't have *very* low performance, but they are not optimised
144-
as other language features are. You don't need to avoid keyword arguments, but
145-
performance with them may not be what you would hope for.
146-
147141
#### `ObjectSpace`
148142

149143
Using most methods on `ObjectSpace` will temporarily lower the performance of

0 commit comments

Comments
 (0)