Skip to content

A collection of demonstrations and deep dives of lesser-known JS/ECMAScript features

License

Notifications You must be signed in to change notification settings

elle-j/js-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

JS Series

This is a collection of demonstrations and deep dives of lesser-known JS/ECMAScript features.

Projects

Main Topic Description Link
Atomics and shared memory Parallelism in JS can be enabled by creating multiple threads via Workers. All threads could potentially access the same memory at the same time, introducing interesting concurrency issues. I will use Atomics to demonstrate how that API can be used to handle concurrent writes by implementing a counter. link

About

A collection of demonstrations and deep dives of lesser-known JS/ECMAScript features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published