Fast Unique Rows Method with Unit and Performance Tests

This study provides a faster version of MATLAB's unique rows method (i.e. unique(points,''rows'') ). Estimated acceleration amount is ~ x2.5
27 descargas
Actualizado 25 jun 2020

Ver licencia

This program provides a faster version of MATLAB's unique rows method (i.e. unique(points,''rows'') ).

Estimated acceleration amount is approximately x2.5 times.

Also this program is implemented for providing a basis/skeleton for
high performance function replacement studies.

Scripts and Functions are documented/commented in details.

Use:
help myFastUniqueRows
help execFUR
help execFUR_PT

for further information.
----

For unit tests,
please execute the 'execFUR.m'

for automated performance tests,
execute 'execFUR_PT.m"

----
Author: Caglar Arslan
Date : June 2020
License : 'No License'
------------------------------------------------------------------------

Citar como

Caglar Arslan (2024). Fast Unique Rows Method with Unit and Performance Tests (https://www.mathworks.com/matlabcentral/fileexchange/77329-fast-unique-rows-method-with-unit-and-performance-tests), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

Image included.

1.0.0