experiments icon indicating copy to clipboard operation
experiments copied to clipboard

one-off experiments

Various Experiments

This repository is a collection of various one-off experiments.

  • Asyncio HTTP Client Perf_
  • Docker Image Size Tests_
  • Dockerfiles as Bootable VMs in GCP_ (see associated blog post <https://thekev.in/blog/2019-08-05-dockerfile-bootable-vm/>__)
  • Google Pub/Sub Performance Testing_ (and a One-off Script Version_ for more manual testing)
  • Guild Wars 2 Scripts_
  • HTTP Auth with Google KMS_ (see associated blog post <https://thekev.in/blog/2019-06-15-http-auth-with-google-kms/>__)
  • Jaro-Winkler Speed Comparisons_
  • League of Legends Scripts_
  • Mini String Manipulations_
  • Multi-Lang Compatible Nim Library_
  • Python Datetimes_ (see associated blog post <https://thekev.in/blog/2018-01-03-python-datetimes/>__)
  • Sentry Instrumentation Performance Analysis_
  • Tensorflow Optimization_ (see associated blog post <https://thekev.in/blog/2019-06-08-tensorflow-model-optimization/>__)

.. _Asyncio HTTP Client Perf: https://github.com/TheKevJames/experiments/tree/master/asyncio-http-perf .. _Docker Image Size Tests: https://github.com/TheKevJames/experiments/tree/master/docker-size .. _Dockerfiles as Bootable VMs in GCP: https://github.com/TheKevJames/experiments/tree/master/gcp-image-from-docker .. _Google Pub/Sub Performance Testing: https://github.com/TheKevJames/experiments/tree/master/google-pubsub-perf .. _Guild Wars 2 Scripts: https://github.com/TheKevJames/experiments/tree/master/gw2 .. _HTTP Auth with Google KMS: https://github.com/TheKevJames/experiments/tree/master/kms-auth .. _Jaro-Winkler Speed Comparisons: https://github.com/TheKevJames/experiments/tree/master/jaro-winkler-comparisons .. _League of Legends Scripts: https://github.com/TheKevJames/experiments/tree/master/league .. _Mini String Manipulations: https://github.com/TheKevJames/experiments/tree/master/string-manips .. _Multi-Lang Compatible Nim Library: https://github.com/TheKevJames/experiments/tree/master/multilang-lib .. _One-off Script Version: https://github.com/TheKevJames/experiments/tree/master/google-pubsub-oneoff .. _Python Datetimes: https://github.com/TheKevJames/experiments/tree/master/python-datetimes .. _Sentry Instrumentation Performance Analysis: https://github.com/TheKevJames/experiments/tree/master/sentry-performance .. _Tensorflow Optimization: https://github.com/TheKevJames/experiments/tree/master/tensorflow-perf