chi2liu's Stars
jupyterhub/kubespawner
Kubernetes spawner for JupyterHub
mauhai/awesome-jupyterlab
A curated list of awesome JupyterLab extensions and resources
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
SeldonIO/seldon-core
An MLOps framework to package, deploy, monitor and manage thousands of production machine learning models
cap-ntu/ML-Model-CI
MLModelCI is a complete MLOps platform for managing, converting, profiling, and deploying MLaaS (Machine Learning-as-a-Service), bridging the gap between current ML training and serving systems.
ClickHouse/ClickHouse
ClickHouse® is a real-time analytics DBMS
gevent/gevent
Coroutine-based concurrency library for Python
fedorova/pm
Benchmarks for persistent memory systems
veorq/SipHash
High-speed secure pseudorandom function for short messages
JackMcKew/pandas_alive
Create stunning, animated visualisations with Pandas & Matplotlib as easy as calling `df.plot_animated()`
firmai/pandapy
PandaPy has the speed of NumPy and the usability of Pandas 10x to 50x faster (by @firmai)
jmcarpenter2/swifter
A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
containrrr/watchtower
A process for automating Docker container base image updates.
pyouroboros/ouroboros
Automatically update running docker containers with newest available image
preshing/cpp11-on-multicore
Various synchronization primitives for multithreaded applications in C++11.
SDAravind/auto-install-miniconda
Auto install Miniconda using PowerShell scripts on windows
moranzcw/Computer-Networking-A-Top-Down-Approach-NOTES
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
DanielBok/private-conda-repo
Hosting conda packages in a private environment
rantala/string-sorting
A collection of string sorting algorithms
SaschaWitt/ips4o
In-place Parallel Super Scalar Samplesort (IPS⁴o)
albicilla/simple_paradis
implementation of PARADIS - fast parallel radix sort algorithm. http://www.vldb.org/pvldb/vol8/p1518-cho.pdf
bingmann/sound-of-sorting
The Sound of Sorting - "Audibilization" and Visualization of Sorting Algorithms
eloj/radix-sorting
Radix sorting from the ground up
rsy56640/paper-reading
record paper reading notes
iwiwi/parallel-radix-sort
An implementation of optimized parallel radix sort
iwiwi/parallel-string-radix-sort
A parallelized implementation of optimized MSD radix sort for strings
bingmann/parallel-string-sorting
Collection of Parallel String Sorting Algorithms including Parallel Super Scalar String Sample Sort and Parallel Multiway LCP-Mergesort
fenilgmehta/Fastest-Integer-Sort
Sort large objects with just "n" swaps using fm_sort along with your favourite sorting algorithm.
tdunning/t-digest
A new data structure for accurate on-line accumulation of rank-based statistics such as quantiles and trimmed means
darkobozidar/cpu-vs-gpu-sorting
A comparison study between sequential sorting algorithms implemented in C++ and parallel sorting algorithms implemented in CUDA as part of the master's thesis.