SkillAgentSearch skills...

Gcusage

haxe lib to gather gc usage via code. Also serve as live doc on how haxe/hxcpp deal with allocation for various types

Install / Use

/learn @wighawag/Gcusage
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

haxe 3.3 : travis status

haxe 3.2.1 : travis status

haxe dev : travis status

lib to gather gc usage in code See Tests/src/TestAll.hx for code examples

The Tests also serve as a live documentation on how Haxe and hxcpp deal with various type regarding gc usage.

The most notable is how adding a first element to an array or map create allocation on top of the one required for creating the array/map in the first place.

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated1y ago
Forks0

Languages

Haxe

Security Score

60/100

Audited on Jan 11, 2025

No findings