Chao Jia
open-menu closeme
Home
Portfolio
About
gitlab
to top
  • Optimize CGAL 3D convex hull

    calendar 07 Mar 2026 · 10 min read · c++ math optimization performance  ·
    twitter linkedin copy
    Optimize CGAL 3D convex hull

    CGAL has a very robust and performant 3D Quickhull implementation. Recently I wrote my own Quickhull implementation, and tried some optimization ideas that bring 5x - 10x speedup over the CGAL implementation when tested on point sets with size ranging from a few thousand to a few million. Before diving into the details …


    Read More

Chao Jia

C++, Computer Graphics
Read More

Recent Posts

  • Optimize CGAL 3D convex hull
  • A Basic Vulkan Renderer
  • Vertex Attribute Interpolation and Analytical Derivatives

Categories

GRAPHICS 3 RENDERING 2 GEOMETRY 1

Tags

C++ 2 MATH 2 REAL-TIME RENDERING 2 OPTIMIZATION 1 PERFORMANCE 1 RTX 1 VULKAN 1
Chao Jia

Copyright  CHAO JIA. All Rights Reserved