An open API service indexing awesome lists of open source software.

https://github.com/thekevjames/experiments

one-off experiments
https://github.com/thekevjames/experiments

experiments

Last synced: 8 months ago
JSON representation

one-off experiments

Awesome Lists containing this project

README

          

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 `__)
- `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 `__)
- `Jaro-Winkler Speed Comparisons`_
- `League of Legends Scripts`_
- `Mini String Manipulations`_
- `Multi-Lang Compatible Nim Library`_
- `Python Datetimes`_ (see associated
`blog post `__)
- `Sentry Instrumentation Performance Analysis`_
- `Tensorflow Optimization`_ (see associated
`blog post `__)

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