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

Appearance settings

Fix #371 - lookup of pointer for typed property info is slow#372

Merged
TysonAndre merged 1 commit into
igbinary:masterigbinary/igbinary:masterfrom
TysonAndre:fix-371-typed-property-info-lookup-slowTysonAndre/igbinary:fix-371-typed-property-info-lookup-slowCopy head branch name to clipboard
Feb 2, 2023
Merged

Fix #371 - lookup of pointer for typed property info is slow#372
TysonAndre merged 1 commit into
igbinary:masterigbinary/igbinary:masterfrom
TysonAndre:fix-371-typed-property-info-lookup-slowTysonAndre/igbinary:fix-371-typed-property-info-lookup-slowCopy head branch name to clipboard

Conversation

@TysonAndre

Copy link
Copy Markdown
Member

Pointers are aligned to at least 8 bits on 64-bit systems (usually more), so there are long chains of hash collisions when inserting and looking up in ref_props.

Pointers are aligned to at least 8 bits on 64-bit systems (usually
more), so there are long chains of hash collisions when inserting and
looking up in ref_props.
@dktapps

dktapps commented Feb 2, 2023

Copy link
Copy Markdown

This is interesting. Looks like some of my own extensions may be affected by similar issues

@TysonAndre TysonAndre merged commit f1a6ee1 into igbinary:master Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.