Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove lingering Block allocation #1867

Merged
merged 1 commit into from Mar 13, 2019
Merged

Conversation

DRMacIver
Copy link
Member

Turns out that as well as lazily allocating Block objects as of #1830 we're also allocating them on the hot path. 馃檮 This removes that code.

I think this must have got screwed up in a rebase as I had a bunch of branches in flight at the time.

@Zac-HD Zac-HD added the performance go faster! use less memory! label Mar 13, 2019
@DRMacIver DRMacIver merged commit 45fb108 into master Mar 13, 2019
@DRMacIver DRMacIver deleted the DRMacIver/no-blocks-no-masters branch March 13, 2019 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance go faster! use less memory!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants