Skip to content
View tgsimonson's full-sized avatar

Block or report tgsimonson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tgsimonson/README.md

Hi there 👋

Pinned Loading

  1. mscs532-project mscs532-project Public

    Bank transaction ledger using a hash-chained AVL tree, hash table, and linked list. AVL optimization achieves 129x speedup over unbalanced BST at n=10,000. Python.

    Python

  2. mscs531-risc-v-embedded-processor mscs531-risc-v-embedded-processor Public

    gem5 simulation of a low-power RISC-V RV32I embedded processor with DVFS — 84% power reduction from 200MHz/1.0V to 50MHz/0.8V at 3.8x execution time cost.

    TeX

  3. mscs531-gem5-dlp-exploration mscs531-gem5-dlp-exploration Public

    C programs demonstrating data-level parallelism via auto-vectorization, SSE SIMD intrinsics, and OpenMP — up to 2.4x speedup on 10M element arrays.

    C

  4. mscs532-hpc-optimization mscs532-hpc-optimization Public

    Cache locality optimization study — demonstrates a 5x performance gap between row-major and column-major matrix traversal despite identical O(n²) complexity. Python · NumPy.

    Python

  5. unit_converter unit_converter Public

    Multiplatform unit converter built with Flutter/Dart — distance, weight, volume, and temperature across 16 units. iOS, Android, web, and desktop from a single codebase. MSCS 533.

    C++