BaptisteHudyma/RGB-D-SLAM

optimize container types

Open

#30 建立於 2022年11月29日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (8 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (65 star)
PR 合併指標
 (PR 指標待抓取)

描述

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)

貢獻者指南