Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6844653
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:24:17+00:00 2026-05-27T00:24:17+00:00

What cache friendly high performance alternatives are there to the traditional STL. They should

  • 0

What cache friendly high performance alternatives are there to the traditional STL.
They should be optimized for the caches of modern 64bit Intel/AMD CPU’s.

I’m not looking for official standards based STL implementations necessarily it could be based on that or be an extended STL with high performance data structures. Or simply a library that provides general data structures like list, map etc.

High concurrency and lock free data structures would be a bonus.

I’m interested in a link & a licence.

I’ve read about EASTL and have used Boost before.

What are game developers and the scientific community using to get the most out of the CPU’s at the moment? What is in the pipeline?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:24:17+00:00Added an answer on May 27, 2026 at 12:24 am

    +1 for EASTL.

    Anything based on a C++11 compliant compiler will potentially perform a lot better because of move semantics.

    This difference can already be made visible with the GNU libstdc++ implementation with -std=c++0x

    For concurrency/lockfree containers I recommend:

    • libCds by Max Khiszinsky
    • TBB from Intel (no hands-on experience)

    My central piece of advice would be this:

    Optimizing the standard library is mostly a factor of deciding how to use algorithms/containers correctly than looking for the ‘perfect’ implementation. STL being general purpose, there would never be a perfect implementation.

    Just watch your return values/out parameters closely (prefer to use output iterators, and use transform, partial_sum, accumulate into a container that had reserve or resize called on it appropriately; Define swap for your element types etc.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

cache-control:no-cache; cache-control:max-age:0; cache-control:no-store; are they different from browser to browser. What should then be
My cache script is caching my files perfectly the first time they are viewed
Why does it seem like Google App Engine isn’t setting appropriate cache-friendly headers (like
After switching a couple of database calls to cache, we actually had worse performance.
I would like to cache data received from the server so that there are
I tried to cache my User object in PHP with memcache, but I get
I'm trying to cache Google Maps geocoding results in my database (mongoDB). So that
Can CPU Cache still be utilized for memory use by the programmer while it
I've added a cache.manifest in my application (this works perfectly) and since then, it's
I want to create cache in java to store user sessions. It's something like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.