Skip to content
Snippets Groups Projects
Commit 770fb026 authored by Lawrence Chung's avatar Lawrence Chung
Browse files

add scalabilty

parent c5fd08b7
No related branches found
No related tags found
No related merge requests found
3.5 Scalability
The tool must be able to handle large amounts of data, all while being able to complete queries at a high speed. Currently, the dataset is 200,000 lines of data, but the tool should be able to meet the speed requirement no matter how big the data set. Using sorting algorithms such as QuickSelect to build a K-D tree, the tool should complete the tree construction in linear time.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment