Skip to content

denshya/optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

optimization

Optimization Pragmas

Pragmas exist to help easy redundant work for optimizing performance of the code.

  • @hoist - extracts a following callback to global space or to class instance (if references this).

  • @fast_loop - speeds up loops

  • @fast_path - Bypasses native C++ call for speed

    • Object.assign
    • Object.keys
    • Object.values
    • Object.entries
  • @struct

  • @int32

  • FastIterator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors