Viewing profile — win32_func
win32_func
HN member- Joined
- Fri, Nov 22, 2024, 12:45 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About win32_func
No profile information was provided.
Recent public activity
-
comment
Comment #42271862
The JS version can quickly be improved to use less memory (~10%). async function main() { const numTasks = parseInt(process.argv[2], 10); const taskDuration = 10000; // 10 seconds …