BaptisteHudyma/RGB-D-SLAM

optimize container types

Open

#30 opened on Nov 29, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (8 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (65 stars)
PR merge metrics
 (PR metrics pending)

Description

Optimize all containers uses

  • replace maps by sorted vectors when needed
  • reserve container size beforhand
  • Reuse allocated containers
  • optimize memory mapping of structures (& check Eigen operators)

Contributor guide