This repository contains useful programs written in Python
Find a file
2024-08-06 08:44:03 +07:00
Benchmark Add README.md 2024-05-11 05:25:03 +07:00
CouchDB Example Update 2024-08-06 08:44:03 +07:00
FastAPI Example FastAPI Example 2024-06-02 12:19:29 +07:00
LunaDB Example Add Matrix-based Benchmark 2024-06-16 15:06:22 +07:00
Matrix-based Benchmark Update Matrix-based Benchmark 2024-06-19 05:23:45 +07:00
MIPS-Benchmark Update MIPS Benchmark 2024-06-19 05:19:51 +07:00
PickleCompress Add README.md 2024-05-11 05:25:03 +07:00
.gitignore FastAPI Example 2024-06-02 12:19:29 +07:00
README.md Update MIPS Benchmark 2024-06-18 04:02:17 +07:00

Python Useful Scripts

This repository contains useful programs written in Python 3.9. Each folder accompanied with requirements.txt for easier dependency access.

Currently Available:

  • Benchmark Program : using psutil to obtain computer performance
  • Pickle Compress Program : compress variable dumps using gzip, bzip2, lzma, or no compression at all
  • FastAPI Simple Example : contains API standard operations (Normal Request, GET Request, HTML Request)
  • Matrix-based Bencmark : contains a class to recreate Linpack (Matrix-based) Floating-point Per Second (FLOPS) Benchmark. Based on numpy or scipy libs
  • MIPS-Benchmark : contains a script to benchmark your CPU's Execution Speed (Million Instructions Per Second). The result is often consistent
  • adding more soon