You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2019/03/28 22:44:00 UTC

[jira] [Created] (MESOS-9689) Migrate stout hashmap and hashset to Abseil's "swiss tables".

Benjamin Mahler created MESOS-9689:
--------------------------------------

             Summary: Migrate stout hashmap and hashset to Abseil's "swiss tables".
                 Key: MESOS-9689
                 URL: https://issues.apache.org/jira/browse/MESOS-9689
             Project: Mesos
          Issue Type: Improvement
          Components: stout
            Reporter: Benjamin Mahler


For improved lookup and insertion performance, as well as lower memory consumption, we should migrate stout's hashmap / hashset wrappers to use Abseil's containers.

There are some subtleties to migration, see: https://abseil.io/docs/cpp/guides/container

See also: https://youtu.be/ncHmEUmJZf4



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)