# fibonacci-async **Repository Path**: mirrors_Gottox/fibonacci-async ## Basic Information - **Project Name**: fibonacci-async - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fibonacci-async for node So, you want to benchmark Node.js with fibonacci once again? - Here's the library for that. You're welcome. npm install fibonacci-async Example: var fibonacci = require('fibonacci-async').fibonacci; fibonacci(10, function(res) { process.stdout.write(res+"\n"); });