Skip to content

Conversation

@RMarx1456
Copy link
Contributor

@RMarx1456 RMarx1456 commented Dec 2, 2024

I Am Adding a New Code Snippet in an Existing Language

Other Notes

Writing this was an absolute nightmare, trying to keep threads synchronized across both the docker and my local machine (I need my local machine for strace, gdb, objdump, and dmesg for the core dumps). And it also took me a while due to getting busy in my life. If you need ANYTHING about this changed, please let me know; I tried cleaning up the code and removing vestigial code. Ultimately, what allowed me to get this to work was the sleep macro I used and created. I also added a thread limit of 32 threads (32 inputs), and can add a maximum allowed number input if needed.

@RMarx1456 RMarx1456 marked this pull request as ready for review December 2, 2024 05:08
Copy link
Collaborator

@rzuckerm rzuckerm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! Great work, @RMarx1456 . Thanks for contributing such a complex sample program in a difficult language!

@rzuckerm rzuckerm merged commit 6f936a2 into TheRenegadeCoder:main Dec 2, 2024
4 checks passed
@rzuckerm rzuckerm added enhancement Any code that improves the repo sleep sort See: https://sampleprograms.io/projects/sleep-sort/ labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Any code that improves the repo sleep sort See: https://sampleprograms.io/projects/sleep-sort/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Sleep Sort in X86 64

2 participants