https://github.com/thekevjames/experiments
one-off experiments
https://github.com/thekevjames/experiments
experiments
Last synced: 8 months ago
JSON representation
one-off experiments
- Host: GitHub
- URL: https://github.com/thekevjames/experiments
- Owner: TheKevJames
- License: mit
- Created: 2017-10-27T19:47:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T20:15:26.000Z (9 months ago)
- Last Synced: 2025-07-19T05:19:12.408Z (9 months ago)
- Topics: experiments
- Language: Kotlin
- Size: 78.5 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
- Codeowners: .github/CODEOWNERS
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