All Projects → JuliaData → Juliadb.jl

JuliaData / Juliadb.jl

Licence: other
Parallel analytical database in pure Julia

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Juliadb.jl

parallel python
Code for Python Parallel Programming Cookbook by Giancarlo Zaccone
Stars: ✭ 29 (-95.53%)
Mutual labels:  parallelism
Parallel Collectors
Parallel Collectors is a toolkit easing parallel collection processing in Java using Stream API.
Stars: ✭ 348 (-46.38%)
Mutual labels:  parallelism
Start
🔴 Functional task runner for Node.js
Stars: ✭ 478 (-26.35%)
Mutual labels:  parallelism
Concurrency Glossary
🦑 Informal definitions of terms used in concurrency modeling
Stars: ✭ 276 (-57.47%)
Mutual labels:  parallelism
Async Techniques Python Course
Async Techniques and Examples in Python Course
Stars: ✭ 314 (-51.62%)
Mutual labels:  parallelism
Rust Threadpool
A very simple thread pool for parallel task execution
Stars: ✭ 374 (-42.37%)
Mutual labels:  parallelism
Paraphrase
Multi-core suitable Forth-like language
Stars: ✭ 27 (-95.84%)
Mutual labels:  parallelism
Torchgpipe
A GPipe implementation in PyTorch
Stars: ✭ 548 (-15.56%)
Mutual labels:  parallelism
Datafuse
Datafuse is a free Cloud-Native Analytics DBMS(Inspired by ClickHouse) implemented in Rust
Stars: ✭ 327 (-49.61%)
Mutual labels:  parallelism
Fetch
Simple & Efficient data access for Scala and Scala.js
Stars: ✭ 453 (-30.2%)
Mutual labels:  parallelism
Rabbitmq Sharding
Sharded logical queues for RabbitMQ: a queue type which provides improved parallelism and thoughput at the cost of total ordering
Stars: ✭ 279 (-57.01%)
Mutual labels:  parallelism
Weave
A state-of-the-art multithreading runtime: message-passing based, fast, scalable, ultra-low overhead
Stars: ✭ 305 (-53%)
Mutual labels:  parallelism
Csv
CSV Decoding and Encoding for Elixir
Stars: ✭ 398 (-38.67%)
Mutual labels:  parallelism
Onetbb
oneAPI Threading Building Blocks (oneTBB)
Stars: ✭ 3,284 (+406.01%)
Mutual labels:  parallelism
Hamsters.js
100% Vanilla Javascript Multithreading & Parallel Execution Library
Stars: ✭ 517 (-20.34%)
Mutual labels:  parallelism
vercors
The VerCors verification toolset for verifying parallel and concurrent software
Stars: ✭ 30 (-95.38%)
Mutual labels:  parallelism
Crossbeam
Tools for concurrent programming in Rust
Stars: ✭ 4,180 (+544.07%)
Mutual labels:  parallelism
Clio
Clio is a functional, parallel, distributed programming language.
Stars: ✭ 555 (-14.48%)
Mutual labels:  parallelism
React Native Threads
Create new JS processes for CPU intensive work
Stars: ✭ 527 (-18.8%)
Mutual labels:  parallelism
Knapsack
Knapsack splits tests evenly across parallel CI nodes to run fast CI build and save you time.
Stars: ✭ 430 (-33.74%)
Mutual labels:  parallelism

JuliaDB logo

Latest documentation Travis CI Code Coverage

JuliaDB is a package for working with large persistent data sets

We recognized the need for an all-Julia, end-to-end tool that can

  • Load multi-dimensional datasets quickly and incrementally.
  • Index the data and perform filter, aggregate, sort and join operations.
  • Save results and load them efficiently later.
  • Use Julia's built-in parallelism to fully utilize any machine or cluster.

We built JuliaDB to fill this void.

Get Started

Introduce yourself to JuliaDB's features at juliadb.org or jump into the documentation here!

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].