Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
learnfun
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Bytesarg
learnfun
Commits
ca357455
Commit
ca357455
authored
Feb 26, 2019
by
Bytesarg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
396a9494
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
README.md
README.md
+8
-1
No files found.
README.md
View file @
ca357455
...
...
@@ -5,4 +5,11 @@ The binary takes a file (in.bin) and applies all operations on the data in this
Currently the file is read in binary mode and converted to a long-array for sorting purposes.
Insertion-sort is disabled when over 150k elements are loaded.
Selection-sort is disabled when over 250k elements are loaded.
\ No newline at end of file
Selection-sort is disabled when over 250k elements are loaded.
When generating input-data:
*
dd if=/dev/urandom of=in.bin bs=8 count=150000 (for all sorting algorithms)
*
dd if=/dev/urandom of=in.bin bs=8 count=250000 (to exclude insertion-sort)
*
anything with count above 250000 disables both.
Currently multithreaded merge-sort uses hardcoded 256 threads
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment