Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
/sdcPublic archive

[WIP]: Tweak Int64Index.reindex() performance#984

Open
kozlov-alexey wants to merge2 commits intoIntelPython:master
base:master
Choose a base branch
Loading
fromkozlov-alexey:feature/speedup_int64_index_reindex

Conversation

kozlov-alexey
Copy link
Contributor

Motivation: current implementation of Int64Index reindex via building map_positions as a typed.Dict and filling the result indexer in a prange scales poorly and has performance that is far from ideal. This PR improves performance by ~2x by using native TBB based implementation.

@pep8speaks
Copy link

Hello@kozlov-alexey! Thanks for opening this PR. We checked the lines you've touched forPEP 8 issues, and found:

Line 69:1:E266 too many leading '#' for block comment
Line 71:1:E302 expected 2 blank lines, found 0
Line 76:1:E305 expected 2 blank lines after class or function definition, found 1
Line 1175:59:E231 missing whitespace after ','

Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@kozlov-alexey@pep8speaks

[8]ページ先頭

©2009-2025 Movatter.jp