Skip to content

nishaYO/my_os_learnings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I am practicing the concepts of operating systems in this repo.

  • Compare_performance dir compares the nature and performance of python, nodejs and golang.

  • synchronization dir has different sync tools provided by golang sync package to avoid data racing conditions. Currently implemented ones are atomic variables and mutex.

  • an example of two scripts

  • 1st producing non deterministic output due to racing conditions alt text

  • 2nd producing deterministic output due to proper synchronization practice. alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published