Skip to content

Commit

Permalink
need to optimize mged startup.
Browse files Browse the repository at this point in the history
knew we slowed down, but profiled more precisely how much.
  • Loading branch information
brlcad committed Jan 26, 2025
1 parent 6747f6e commit 9f5bc89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ THESE TASKS SHOULD HAPPEN WITHIN TWO RELEASE ITERATIONS
THESE ARE UNSCHEDULED BACKLOG TASKS
-----------------------------------

* optimize mged/libged init and exit performance. profiling shows
over 90% of entire execution time to run a single command is
dominated by libged's dlopen/dlclose. cumulatively about 1sec on
Mac, but likely extrapolates to all platforms.

* convert non-planar arb's to brep objects for ray-tracing. see how
well it works to see if we can remove an arb limitation.

Expand Down

0 comments on commit 9f5bc89

Please sign in to comment.