Pinned Repositories
fs-extra-promise
Node file system library and fs-extra module promisified with bluebird
google-drive-uploader
Upload large files to Google Drive
got-resume
Fetch via HTTP/HTTPS using got with automatic resume after network failures
livepack
Serialize live running code to Javascript
react-async-ssr
Render React Suspense on server
react-lazy-ssr
React.lazy substitute which works with server-side rendering
sequelize-hierarchy
Nested hierarchies for Sequelize
sequelize-virtual-fields
Sequelize virtual fields magic
yauzl-promise
Unzip library with modern Promise-based API
oxc
⚓ A collection of JavaScript tools written in Rust.
overlookmotel's Repositories
overlookmotel/livepack
Serialize live running code to Javascript
overlookmotel/yauzl-promise
Unzip library with modern Promise-based API
overlookmotel/layout_inspect
overlookmotel/ser_raw
Simple and fast serializer for Rust types
overlookmotel/codspeed-action
Github Actions for running CodSpeed in your CI
overlookmotel/compact_str
A memory efficient string type that can store up to 24* bytes on the stack
overlookmotel/overlook-framework
Yet another node web framework
overlookmotel/rolldown
Fast Rust bundler for JavaScript/TypeScript with Rollup-compatible API.
overlookmotel/assert-unchecked
Unsafe assertions that allow for optimizations in release mode.
overlookmotel/ast-cell-test
Experiment into interior mutability in Oxc AST + visitors
overlookmotel/babel
🐠 Babel is a compiler for writing next generation JavaScript.
overlookmotel/bench-javascript-parser-written-in-rust
oxc is 3x faster than swc, 5x faster than biome
overlookmotel/bumpalo
A fast bump allocation arena for Rust
overlookmotel/codspeed-runner
The CodSpeed runner, gathering performance data from CI environments
overlookmotel/criterion2.rs
A fork of criterion.rs to keep things updated.
overlookmotel/hashbrown
Rust port of Google's SwissTable hash map
overlookmotel/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
overlookmotel/jest-runner-eslint
An ESLint runner for Jest
overlookmotel/napi-rs
A framework for building compiled Node.js add-ons in Rust via Node-API
overlookmotel/native-type-of
Accurately determine native type of values
overlookmotel/oxc
⚓ A collection of JavaScript tools written in Rust.
overlookmotel/react
A declarative, efficient, and flexible JavaScript library for building user interfaces.
overlookmotel/rkyv
Zero-copy deserialization framework for Rust
overlookmotel/rust
Empowering everyone to build reliable and efficient software.
overlookmotel/rust-clippy
A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/
overlookmotel/serde
Serialization framework for Rust
overlookmotel/string-cache
String interning for Rust
overlookmotel/swc
swc is a super-fast compiler written in rust; producing widely-supported javascript from modern standards and typescript.
overlookmotel/tsify
A library for generating TypeScript definitions from rust code.
overlookmotel/wasm-bindgen
Facilitating high-level interactions between Wasm modules and JavaScript