Skip to content

Commit

Permalink
Karl Miller fixed to Karl Millar in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed Nov 13, 2015
1 parent caab62a commit 051a30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@

56. Key is retained properly when joining on factor type columns. Closes [#477](https://github.com/Rdatatable/data.table/issues/477). Thanks to @nachti for the report.

57. Over-allocated memory is released more robustly thanks to Karl Miller's investigation and suggested fix.
57. Over-allocated memory is released more robustly thanks to Karl Millar's investigation and suggested fix.

58. `DT[TRUE, colA:=colA*2]` no longer churns through 4 unnecessary allocations as large as one column. This was caused by `i=TRUE` being recycled. Thanks to Nathan Kurz for reporting and investigating. Added provided test to test suite. Only a single vector is allocated now for the RHS (`colA*2`). Closes [#1249](https://github.com/Rdatatable/data.table/issues/1249).

Expand Down

0 comments on commit 051a30c

Please sign in to comment.