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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce references to niche optimization #2385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

djmitche
Copy link
Collaborator

Niche optimization is currently mentioned in three places:

  • Enums (User-Defined Types, Day 1 Afternoon)
  • Option (Standard Library Types, Day 2 Afternoon)
  • Box (Smart Pointers, Day 3 Morning)

This is a tricky thing to get right, and it was just in the speaker notes in each place. #1820 will introduce a fuller explanation.

Fixes #1820.

Niche optimization is currently mentioned in three places:
 - Enums (User-Defined Types, Day 1 Afternoon)
 - Option (Standard Library Types, Day 2 Afternoon)
 - Box (Smart Pointers, Day 3 Morning)

This is a tricky thing to get right, and it was just in the speaker
notes in each place. google#1820 will introduce a fuller explanation.
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.

Incorrect niche optimization explanation for the linked list in the box section
1 participant