All Projects → mourner → Projects

mourner / Projects

A list of awesome open source projects Vladimir Agafonkin is involved in.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Projects

Splay Tree
Fast splay-tree data structure
Stars: ✭ 80 (-68%)
Mutual labels:  algorithms, performance
Wordsandbuttons
A growing collection of interactive tutorials, demos, and quizzes about maths, algorithms, and programming.
Stars: ✭ 328 (+31.2%)
Mutual labels:  algorithms, computational-geometry
Conduit
High Performance Streams Based on Coroutine TS ⚡
Stars: ✭ 135 (-46%)
Mutual labels:  algorithms, performance
Phpalgorithms
A collection of common algorithms implemented in PHP. The collection is based on "Cracking the Coding Interview" by Gayle Laakmann McDowell
Stars: ✭ 865 (+246%)
Mutual labels:  algorithms, maps
Supercluster
A very fast geospatial point clustering library for browsers and Node.
Stars: ✭ 1,246 (+398.4%)
Mutual labels:  computational-geometry, maps
Data structure and algorithms library
A collection of classical algorithms and data-structures implementation in C++ for coding interview and competitive programming
Stars: ✭ 133 (-46.8%)
Mutual labels:  algorithms, computational-geometry
Cgal
The public CGAL repository, see the README below
Stars: ✭ 2,825 (+1030%)
Mutual labels:  algorithms, computational-geometry
Laravel Zero
A PHP framework for console artisans
Stars: ✭ 2,821 (+1028.4%)
Mutual labels:  performance
Hiper
🚀 A statistical analysis tool for performance testing
Stars: ✭ 2,667 (+966.8%)
Mutual labels:  performance
Skeleton Tracing
A new algorithm for retrieving topological skeleton as a set of polylines from binary images
Stars: ✭ 241 (-3.6%)
Mutual labels:  computational-geometry
Rethink C
A reuseable codebase for C Programming Language.
Stars: ✭ 241 (-3.6%)
Mutual labels:  algorithms
Rust Algorithms
Common data structures and algorithms in Rust
Stars: ✭ 2,918 (+1067.2%)
Mutual labels:  algorithms
Awesome Algorithm Books
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Stars: ✭ 245 (-2%)
Mutual labels:  algorithms
Argo
使用go语言实现数据结构与算法,涵盖字符串、数组、链表、队列、栈、树、图等数据结构。在实现算法的基础上,进行go语言实战。此外也包含经典算法在go实战项目中的应用,以及开源项目算法方面源码分析。
Stars: ✭ 243 (-2.8%)
Mutual labels:  algorithms
Orderedmap
🔃 An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
Stars: ✭ 247 (-1.2%)
Mutual labels:  maps
Ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
Stars: ✭ 237 (-5.2%)
Mutual labels:  performance
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (-4%)
Mutual labels:  algorithms
Checklist
📋 A Frontend Checklist for Websites
Stars: ✭ 248 (-0.8%)
Mutual labels:  performance
Go Tooling Workshop
A workshop covering all the tools gophers use in their day to day life
Stars: ✭ 2,683 (+973.2%)
Mutual labels:  performance
Autoptimize
Official Autoptimize repo on Github
Stars: ✭ 245 (-2%)
Mutual labels:  performance

Vladimir Agafonkin's projects

A list of open source projects I created, maintain or actively contribute to.

Project Role Description
Leaflet author The number one JavaScript library for interactive maps.
mapbox-gl-js core contributor JavaScript/WebGL vector maps library.
mapbox-gl-native core contributor OpenGL-based vector maps library.
Algorithms
earcut author The fastest and smallest JS polygon triangulation library.
earcut.hpp core contributor C++11 port of Earcut.
rbush author Very fast JS R-tree-based 2D spatial index.
rbush-knn author K-nearest neighbors search plugin for RBush.
kdbush author The fastest 2D static spatial index in JavaScript.
kdbush.hpp author C++11 port of KDBush.
geokdbush author Geographic extension to kdbush for fast kNN queries of locations on Earth.
flatbush author Fast static spatial index for 2D rectangles and points.
geoflatbush author Geographic kNN queries for Flatbush.
concaveman author The fastest concave hull algorithm in JS.
supercluster author Fast geospatial point clustering library.
supercluster.hpp author C++14 port of Supercluster.
dobbyscan author Fast density-based clustering of geographic points.
delaunator author The fastest JS Delaunay triangulation library for 2D points.
delaunator-rs author A port of Delaunator to Rust.
d3-delaunay core contributor Fast Voronoi diagram library for 2D points (based on Delaunator).
delatin author A fast JavaScript 3D terrain mesh generation tool.
MARTINI author A JavaScript library for real-time 3D terrain mesh generation.
icomesh author Fast JavaScript icosphere mesh generation library for WebGL visualizations.
linematch author An ultra-fast algorithm for comparing sets of polylines (e.g. road networks).
lineclip author Fast library for clipping polylines and polygons by a bbox.
pixelmatch author The fastest and smallest pixel-level image comparison library.
simplify-js author Fast JS polyline simplification library.
cheap-ruler author Collection of fast approximations for common geographic measurements.
polylabel author JavaScript library for finding pole of inaccessibility of a polygon (for labeling).
tinyqueue author Small and simple JS priority queue.
flatqueue author A faster variation of a JS priority queue.
potpack author A tiny and fast JavaScript rectangle packing library (for sprite layouts).
tile-cover core contributor Generates the minimum set of tiles that cover a geometry.
which-polygon author Fast index for matching points against a set of polygons (e.g. point in country queries).
quickselect author Fast selection algorithm in JavaScript (Floyd-Rivest).
simple-statistics core contributor JavaScript implementation of descriptive, regression, and inference statistics.
tiny-sdf author JS library for browser-side signed distance field generation from text.
robust-predicates author Fast robust geometric predicates for computational geometry (modern JS port of J. Shewchuk's predicates).
Data
geojson-vt author Very fast tile-based geospatial index for GeoJSON data.
geojson-vt-cpp core contributor C++11 port of GeoJSON-VT.
geobuf maintainer Compact binary encoding for geospatial data.
pbf maintainer Low-level, lightweight protocol buffers encoder/decoder for JS.
tile-reduce Core contributor scalable vector tile geospatial analysis library for Node.
geojson.hpp author C++14 library for converting GeoJSON into geometry.hpp representation.
tile-decorator author JS tool for optimizing vector tiles.
mbtiles-extracts author  Tool for extracting regional subsets of MBTiles files.
Misc
webgl-wind author Fully GPU-powered wind simulation using WebGL.
suncalc author Tiny JavaScript library for calculating sun/moon positions and phases.
tinyjam author A radically simple, zero-configuration static site generator.
yeahjs author A tiny, fast, modern EJS templating library.
flamebearer author Blazing fast flame graphs for Node & V8.
simpleheat author Tiny JavaScript library for drawing heatmaps with Canvas.
dead-simple-grid author 250-byte CSS grid framework.
bullshit.js author Bookmarklet to expose bullshit on web pages.
Leaflet.heat author Simple, fast heatmap plugin for Leaflet.
Leaflet.TouchHover author Leaflet plugin for Leaflet hover interactions on mobile.
github-org-browser author Simple tool for browsing public repos of a GitHub organization.
binary-split maintainer Fast splitting Node stream.
cumulative-timer author Simple cumulative timer for benchmarking JavaScript.
magic-string core contributor Tool for generating source maps.
road-orientation-map author A visualization of road orientations on an interactive map.
rollup-plugin-unassert maintainer A Rollup plugin to remove assertion calls via Unassert.
Experiments
polysnap author Snap rounding a polygon with self-intersections (a work in progress).
bbtrees author Self-balancing binary search tree implementations in JS (unfinished).
polyclip author Martin polygon boolean operations in jS (unfinished).
hain author port of Hain's polygon trapezoidation in JS (unfinished).
seidel author Seidel's polygon triangulation in JS (deprecated).
pbf-split author Splits a Node stream of length-prefixed protocol buffer messages (deprecated).
fanny author Experiments with feedforward neural networks in JS.
suncalc-go author Go port of SunCalc (unfinished).

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].