]> OCCT Git - occt-copy.git/commit
0031490: Foundation Classes, Poly_Connect - speed up temporary allocations
authorkgv <kgv@opencascade.com>
Wed, 8 Apr 2020 07:22:26 +0000 (10:22 +0300)
committersshutina <sshutina@opencascade.com>
Fri, 23 Oct 2020 10:34:54 +0000 (13:34 +0300)
commit26a8852696a6311eb9f8d19d556aa40e506750ab
treeda53b4a0975a421d761d5f0528423cb60e637670
parent07269d43f7c0610adeadf9e71f4fc09aa4e2e5ed
0031490: Foundation Classes, Poly_Connect - speed up temporary allocations

Poly_Connect::Load() now uses NCollection_IncAllocator instead of new/delete
for allocation temporary sequence elements.

StdPrs_ShadedShape, fillFaceBoundaries() now uses NCollection_IncAllocator for temporary points.
src/Poly/Poly_Connect.cxx
src/StdPrs/StdPrs_ShadedShape.cxx