All Projects → Mapsort → Similar Projects or Alternatives

1138 Open source projects that are alternatives of or similar to Mapsort

Imtools
Fast and memory-efficient immutable collections and helper data structures
Stars: ✭ 85 (+129.73%)
Mutual labels:  performance, map
Gods
GoDS (Go Data Structures). Containers (Sets, Lists, Stacks, Maps, Trees), Sets (HashSet, TreeSet, LinkedHashSet), Lists (ArrayList, SinglyLinkedList, DoublyLinkedList), Stacks (LinkedListStack, ArrayStack), Maps (HashMap, TreeMap, HashBidiMap, TreeBidiMap, LinkedHashMap), Trees (RedBlackTree, AVLTree, BTree, BinaryHeap), Comparators, Iterators, …
Stars: ✭ 10,883 (+29313.51%)
Mutual labels:  sort, map
Phunctional
⚡️ λ PHP functional library focused on simplicity and performance
Stars: ✭ 243 (+556.76%)
Mutual labels:  performance, map
AhaAlgorithms
《啊哈算法》书上代码
Stars: ✭ 47 (+27.03%)
Mutual labels:  map, sort
Fastglobal
Fast no copy globals for Elixir & Erlang.
Stars: ✭ 882 (+2283.78%)
Mutual labels:  performance
Wordpress Rest Cache
WordPress Plugin to lazy cache HTTP requests in database and update via cron.
Stars: ✭ 8 (-78.38%)
Mutual labels:  performance
React Amap
基于 React 封装的高德地图组件。AMap Component Based On React.
Stars: ✭ 935 (+2427.03%)
Mutual labels:  map
Listpool
Optimized allocation free implementation of IList using ArrayPool.
Stars: ✭ 25 (-32.43%)
Mutual labels:  performance
Monomorphist
monomorphist - a JavaScript performance companion
Stars: ✭ 30 (-18.92%)
Mutual labels:  performance
Bench Scripts
A compilation of Linux server benchmarking scripts.
Stars: ✭ 873 (+2259.46%)
Mutual labels:  performance
Query
Query adds tools to aid the use of Ecto in web settings.
Stars: ✭ 23 (-37.84%)
Mutual labels:  sort
Lozad.js
🔥 Highly performant, light ~1kb and configurable lazy loader in pure JS with no dependencies for responsive images, iframes and more
Stars: ✭ 6,932 (+18635.14%)
Mutual labels:  performance
Mapsforge
Vector map library and writer - running on Android and Desktop.
Stars: ✭ 885 (+2291.89%)
Mutual labels:  map
Performance
In diesem Repository befinden sich Projekte rund um das Thema Performanz.
Stars: ✭ 7 (-81.08%)
Mutual labels:  performance
Pizza Delivery
university project : Android pizza delivery app
Stars: ✭ 32 (-13.51%)
Mutual labels:  map
Fast Elixir
💨 Writing Fast Elixir 😍 -- Collect Common Elixir idioms.
Stars: ✭ 924 (+2397.3%)
Mutual labels:  performance
Clusterize.js
Tiny vanilla JS plugin to display large data sets easily
Stars: ✭ 6,995 (+18805.41%)
Mutual labels:  performance
Go Concurrency Test
Test the performance of Go's concurrency structures
Stars: ✭ 24 (-35.14%)
Mutual labels:  performance
Flutter native map
Stars: ✭ 35 (-5.41%)
Mutual labels:  map
Hkr Map
车辆历史轨迹展示、百度地图
Stars: ✭ 12 (-67.57%)
Mutual labels:  map
Eloquent Sortable
Sortable behaviour for Eloquent models
Stars: ✭ 914 (+2370.27%)
Mutual labels:  sort
Lazycache
An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
Stars: ✭ 901 (+2335.14%)
Mutual labels:  performance
Walle
iOS Application performance monitoring
Stars: ✭ 19 (-48.65%)
Mutual labels:  performance
Netsniff Ng
A Swiss army knife for your daily Linux network plumbing.
Stars: ✭ 915 (+2372.97%)
Mutual labels:  performance
Active record doctor
Identify database issues before they hit production.
Stars: ✭ 865 (+2237.84%)
Mutual labels:  performance
Woocommerce Loadimpact
Scenarios for `loadimpact.com`, written against Liquid Web's WooCommerce sample data.
Stars: ✭ 17 (-54.05%)
Mutual labels:  performance
Fingereyes Xr
FingerEyes-Xr for HTML5, A JavaScript library for building professional GIS System.
Stars: ✭ 9 (-75.68%)
Mutual labels:  map
Openshift Psap
Example roles and yaml files for performance-sensitive applications running on OpenShift
Stars: ✭ 20 (-45.95%)
Mutual labels:  performance
Image Actions
A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
Stars: ✭ 844 (+2181.08%)
Mutual labels:  performance
Vue World Map
A Vue JS component for displaying dynamic data on a world map.
Stars: ✭ 33 (-10.81%)
Mutual labels:  map
Sequelize Benchmark
Benchmarks for sequelize
Stars: ✭ 8 (-78.38%)
Mutual labels:  performance
Defer Render Hoc
defer expensive react renders until the next two rAF's
Stars: ✭ 15 (-59.46%)
Mutual labels:  performance
Stackext
Header-only C++ library for working with an extended stack
Stars: ✭ 27 (-27.03%)
Mutual labels:  performance
Jquery Mapael
jQuery plugin based on raphael.js that allows you to display dynamic vector maps
Stars: ✭ 981 (+2551.35%)
Mutual labels:  map
Didicallcar
这是我自己做的一个类似滴滴打车的Android出行项目,主要针对滴滴等出行平台一直饱受质疑的“人车不符”问题,以及当前越发火热的或计划和出海战略,给出行项目增加了下面几个功能: 1. RFID识别验证功能:在司机证件或者车内识别硬件嵌入RFID识别芯片,乘客使用手机读取到芯片信息,并且通过网络发送到出行平台数据库进行验证(我用JNI加了一个C语言的MD5加密算法对识别到的信息进行了加密)。如果不是合规的“人”或“车”,则不能完成订单并向平台或监管单位汇报当前位置。(为了方便读者测试,可以使用手机读取任何一个加密或非加密RFID芯片,比如银行卡、公交卡等,我在代码中的验证前阶段把芯片信息都换成我自己的司机信息,确保读者测试时可以收到服务器的回复) 2. 海外版功能:点击切换当前语言。 3. 司机证件号码识别功能:读取司机证件上的证件号码,也可以用来与出行平台数据库的接单司机信息进行。I complete this whole project on my own . Including Android application programming,web server ( Apache + PHP + MySQL), and UI. 1.Map route planing。You can use mobile phone choose pick up & destination address,application provide address name hint and draw optimized route for user , then call car for you. 2.RFID authentication function:User can use application to scan driver license or other RFID hardware, then use NDK MD5 algorithm encrypt RFID number, and send it to Web Server Database, check with driver information and authenticate ID number , if ID number coherent with driver info , send back driver information to User and continue call car order . record user location and alert if ID not coherent. 3.Driver License Number Recognition : Application can recognize driver license digit number ,and also can send to web server for authentication & feed back result to user.
Stars: ✭ 935 (+2427.03%)
Mutual labels:  map
Sysbench Docker Hpe
Sysbench Dockerfiles and Scripts for VM and Container benchmarking MySQL
Stars: ✭ 14 (-62.16%)
Mutual labels:  performance
Browser Perf
Performance Metrics for Web Browsers
Stars: ✭ 930 (+2413.51%)
Mutual labels:  performance
Change By Example
Finds a function that transforms a given object into another given object.
Stars: ✭ 32 (-13.51%)
Mutual labels:  map
Mgs Uimap
Unity plugin for make mini map and draw motion trail in scene UI.
Stars: ✭ 24 (-35.14%)
Mutual labels:  map
Laravel Image Optimizer
Optimize images in your Laravel app
Stars: ✭ 873 (+2259.46%)
Mutual labels:  performance
Unesco Map
Show all the monuments of the UNESCO on an interactive map
Stars: ✭ 23 (-37.84%)
Mutual labels:  map
Computesharp
A .NET 5 library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀
Stars: ✭ 982 (+2554.05%)
Mutual labels:  performance
Haul Vs Reactnative
Testing the performance between React Native and Haul Packagers
Stars: ✭ 22 (-40.54%)
Mutual labels:  performance
Stats Js
JavaScript Performance Monitor using canvas
Stars: ✭ 12 (-67.57%)
Mutual labels:  performance
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-48.65%)
Mutual labels:  map
Highcharts China Geo
Highcharts 中国地图,Highcharts 中国省市地图,Highcharts China Map,南海诸岛geo
Stars: ✭ 29 (-21.62%)
Mutual labels:  map
Node Servertiming
📊 Generate Server-Timing headers interactively in NodeJS
Stars: ✭ 19 (-48.65%)
Mutual labels:  performance
Luftdaten irceline viewer
interactive Air-Quality map showing Irceline and luftdaten data
Stars: ✭ 12 (-67.57%)
Mutual labels:  map
Hashmap
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Stars: ✭ 899 (+2329.73%)
Mutual labels:  map
Mapbox Gl Js
Interactive, thoroughly customizable maps in the browser, powered by vector tiles and WebGL
Stars: ✭ 8,017 (+21567.57%)
Mutual labels:  map
Joctomap
Java/Android wrapper for Octomap: an octree-based mapping library
Stars: ✭ 11 (-70.27%)
Mutual labels:  map
Maps
A Mapbox GL react native module for creating custom maps
Stars: ✭ 893 (+2313.51%)
Mutual labels:  map
Werelogs
A logging library providing efficient raw logging in the form of JSON data.
Stars: ✭ 16 (-56.76%)
Mutual labels:  performance
React Cool Inview
😎 🖥️ React hook to monitor an element enters or leaves the viewport (or another element).
Stars: ✭ 830 (+2143.24%)
Mutual labels:  performance
Open Redistricting
A collaborative, open legislative redistricting tool, built atop GitHub.
Stars: ✭ 21 (-43.24%)
Mutual labels:  map
Structvsclassperformance
POC for my Medium article
Stars: ✭ 11 (-70.27%)
Mutual labels:  performance
Ebpf exporter
Prometheus exporter for custom eBPF metrics
Stars: ✭ 829 (+2140.54%)
Mutual labels:  performance
Harp.gl
harp.gl - web map rendering engine
Stars: ✭ 828 (+2137.84%)
Mutual labels:  map
Sortpem
➿ Sorting utility for PEM files
Stars: ✭ 11 (-70.27%)
Mutual labels:  sort
Babl
Low-latency WebSocket Server
Stars: ✭ 37 (+0%)
Mutual labels:  performance
1-60 of 1138 similar projects