glob-match
An extremely fast glob matching library in Rust. (by devongovett)
bun
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one (by oven-sh)
glob-match | bun | |
---|---|---|
1 | 374 | |
334 | 77,731 | |
0.6% | 1.5% | |
0.0 | 10.0 | |
8 months ago | about 9 hours ago | |
Rust | Zig | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
glob-match
Posts with mentions or reviews of glob-match.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-18.
-
Bun v0.5
You might be interested in @devongovett's `glob_match` library (written in Rust): https://github.com/devongovett/glob-match
bun
Posts with mentions or reviews of bun.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-27.
-
Ask HN: Memory-Safe Low Level Languages
in practice, i don't see rust programs with memory unsafety, but i picked the first zig project that came to mind, bun, and it is riddled with segfaults https://github.com/oven-sh/bun/issues?q=is%3Aissue%20state%3...
-
Flash-install
Inspired by the speed of Bun, the reliability of Yarn, and the efficiency of PNPM
-
The Case for IRIS and JavaScript
An early incarnation of server-side JavaScript was created by Netscape around the same time, but it wan't particularly successful. It wasn't really until Ryan Dahl created Node.js in about 2010 that server-side JavaScript really took off and became "a thing". More recently a serious competitor to Node.js - Bun - has emerged: its main advantage over Node.js is its stellar performance.
-
JavaScript Lambda Functions Using a Bun Custom Runtime
I've previously tried out Lambda functions with a custom runtime using Deno, and it had great security and convenience benefits. But Deno isn't the only alternative to the Node.js runtime. Bun is a more recent entrant to the space, but it has an impressive number of features, including not requiring TypeScript to be transpiled, and it makes a lot of claims around speed. Bun also has everything for a custom Lambda runtime buried in its GitHub repository.
-
How to Chat with Gemini 2.5 Pro from VSCode via AI Studio (Free and Unlimited)
The first line is called a shebang. It tells the system which interpreter to use to run the script. In this case, I am using Bun. I also need to make the file executable for that to work; on Linux/Mac, you can do that with the following command:
-
Building Runtime-agnostic Apps/Packages with JavaScript
Node.js popularized the concept of running JavaScript on the server. Today, there are more JavaScript runtimes intended for building server-based applications, with Bun and LLRT among the most recent I'm aware of. Deno has been around for some years, and their Version 2 release seems to hit a chord because it has better compatibility with the Node.js API.
-
How Bun can help to revive a Gridsome project
All in all, before eventually migrating to some boring modern technology, I decided to try using Bun with it instead of Node. I didn't come up with this idea completely out of nowhere; I had some interesting experience with Bun already, and the promise of zero-config development had proven to be a working approach for me. So I decided to test the hypothesis of letting Bun handle the obsolete Node project to see what it would yield.
-
Zero-Code RSS Feeds with Mkfd: From Webpage to Feed in Minutes
curl https://bun.sh/install | bash
-
Criando e executando um projeto Laravel 12 com (quase) zero dependências usando Docker
FROM php:latest # Instalar unzip RUN apt update && apt install -y unzip # Instalar Composer de outra forma, mas com o mesmo resultado RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer # Configurar as variáveis de ambiente ENV HOME="/root" ENV PATH="/root/.composer/vendor/bin:${PATH}:/root/.bun/bin" # Instalar Bun RUN curl -fsSL https://bun.sh/install | bash # Criar alguns symlinks para o executável bun RUN ln -s $(which bun) /usr/local/bin/npm RUN ln -s $(which bunx) /usr/local/bin/npx # Instalar o Laravel Installer RUN composer global require laravel/installer # Instalar a extensão pcntl RUN docker-php-ext-install pcntl
-
Using Cloudflare Durable Objects with SQL Storage, D1, and Drizzle ORM
We'll begin by creating a Hono app. I'm using Bun as my package manager.
What are some alternatives?
When comparing glob-match and bun you can also consider the following projects:
websockets - WebSockets Standard
GORM - The fantastic ORM library for Golang, aims to be developer friendly
Civet - A TypeScript superset that favors more types and less typing
vite - Next generation frontend tooling. It's fast!
libuv - Go to
deno - A modern runtime for JavaScript and TypeScript.