Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
PERF: Improve replace perf #12745
Conversation
sinhrks
added the
Performance
label
Mar 30, 2016
sinhrks
added this to the
0.18.1
milestone
Mar 30, 2016
|
notice that |
|
Ah, found some |
jreback
commented on an outdated diff
Mar 30, 2016
sinhrks
changed the title from
PERF: Improve replace perf to WIP: PERF: Improve replace perf
Mar 30, 2016
jreback
removed this from the
0.18.1
milestone
Apr 17, 2016
codecov-io
commented
May 21, 2016
•
Current coverage is 85.27% (diff: 90.00%)@@ master #12745 diff @@
==========================================
Files 144 144
Lines 50915 50921 +6
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 43419 43423 +4
- Misses 7496 7498 +2
Partials 0 0
|
|
can you rebase / update? |
jreback
added the
Dtypes
label
Nov 23, 2016
|
lgtm. can we merge this independent of the other PR's? (so it could go in 0.19.2) |
sinhrks
changed the title from
WIP: PERF: Improve replace perf to PERF: Improve replace perf
Nov 29, 2016
|
It is independent. #12780 fixes some existing bugs separately. |
jreback
added this to the
0.19.2
milestone
Nov 30, 2016
jreback
closed this
in e299560
Nov 30, 2016
|
thanks! |
sinhrks
deleted the
sinhrks:replace_perf branch
Nov 30, 2016
jorisvandenbossche
added a commit
that referenced
this pull request
Dec 15, 2016
|
|
sinhrks + jorisvandenbossche |
7479d41
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedMar 30, 2016
git diff upstream/master | flake8 --diffWhen
.replaceis called withdict, replacements are done per value. Current impl try to soft convert the dtype in every replacement, but it is enough to be done in the final replacement.Bench