Skip to content

Implement a simple inline cache in CPP to demonstrate how it works in JS

Notifications You must be signed in to change notification settings

ywq880611/inline-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

It's a simple implement of inline cache. I got this idea from here.

Now I just finished property(Named), here are results tested in my mac(x64):

IC: 0.276818 seconds

No IC: 2.248275 seconds

I am going to implement elements(Keyed) IC.

About

Implement a simple inline cache in CPP to demonstrate how it works in JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published