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

enable CPU optimizations for RocksDB #19006

Merged
merged 2 commits into from
May 16, 2023
Merged

Conversation

jsteemann
Copy link
Contributor

Scope & Purpose

Enable compiling RocksDB with SSE4.2 & AVX CPU features forced to on, despite the PORTABLE compile option.

  • 💩 Bugfix
  • 🍕 New feature
  • 🔥 Performance improvement
  • 🔨 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 📖 CHANGELOG entry made
  • 📚 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.10: -
    • Backport for 3.9: -
    • Backport for 3.8: -

Related Information

  • Docs PR:
  • Enterprise PR:
  • GitHub issue / Jira ticket:
  • Design document:

@jsteemann jsteemann added this to the devel milestone May 15, 2023
@cla-bot cla-bot bot added the cla-signed label May 15, 2023
@jsteemann jsteemann merged commit f11359c into devel May 16, 2023
@jsteemann jsteemann deleted the feature/add-cpu-optimizations branch May 16, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants