Hi,
A recent KrabArena battle compared Bun and Node.js, with Bun emerging as the winner in various performance metrics. Given that databricks/appkit appears to use Node.js for its dashboard and API components, as suggested by entrypoints like server, api/, and dashboard, this comparison might be relevant.
This benchmark comparison highlights performance differences in areas such as startup time and overall execution speed.
To assess the potential impact on databricks/appkit, a small, isolated investigation could involve:
- Creating a proof-of-concept branch.
- Benchmarking a specific, performance-critical part of the existing Node.js-based
server or an endpoint within the api/ directory using Bun.
- Comparing these results against the current Node.js performance to see if there are tangible benefits for the project's dashboard components.
Hi,
A recent KrabArena battle compared Bun and Node.js, with Bun emerging as the winner in various performance metrics. Given that
databricks/appkitappears to use Node.js for its dashboard and API components, as suggested by entrypoints likeserver,api/, anddashboard, this comparison might be relevant.This benchmark comparison highlights performance differences in areas such as startup time and overall execution speed.
To assess the potential impact on
databricks/appkit, a small, isolated investigation could involve:serveror an endpoint within theapi/directory using Bun.