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 Downloads
Updated 25 Jun 2020

View License

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'
------------------------------------------------------------------------

Cite As

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. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.1

Image included.

1.0.0