code-optimization
There are 80 repositories under code-optimization topic.
inducer/loopy
A code generator for array-based code on CPUs and GPUs
flame/blislab
BLISlab: A Sandbox for Optimizing GEMM
HuantWang/SUPERSONIC
SuperSonic, a new open-source framework to allow compiler developers to integrate RL into compilers easily, regardless of their RL expertise.
PacktWorkshops/The-HTML-and-CSS-Workshop
A New, Interactive Approach to Learning HTML and CSS
madaan/pie-perf
Training language models to make programs faster
RyanMyrvold/Performance-Decorators
Elevate your application's performance with 🚀 Performance Decorators! This comprehensive TypeScript library offers powerful tools for performance monitoring and optimization, making it easier to track and resolve bottlenecks in both Node.js and browser environments.
ahmeducf/computer-systems-CS-APP3e
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
fabriziosalmi/iamnotacoder
AI code generation and improvement
Subangkar/Compiler-CSE-310-BUET
A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE 310 in undergraduate studies in CSE, BUET
SandyaSivakumar/Mini-Compiler
C++ Mini Compiler using tools Lex and Yacc
wzh99/IRL
Simple intermediate representation language for learning and research.
sonyhome/DigitalIO
DigitalIO library for Arduino Version 2.x
AsliRoy/Compiler-Design-Laboratory
These are the various assignments that were done as a part of the Compiler Design Laboratory
objectionary/jeo-maven-plugin
This Maven plugin converts Java Bytecode binary files to EOLANG programs that use the "opcode" atom
seabbs/SpeedyMarkov
Speed up Discrete Markov Model Simulations.
techuila/node-loopie
Reduce your code with node-loopie. Routes declaration, models, and etc... node-loopie will shorten it for you. Converts your nodejs files in a folder to an object.
zarif98sjs/CSE-310-Compiler
CSE-310 Compiler Sessional
hwchen2017/Optimize_DGEMM_on_Intel_CPU
Implementations of DGEMM algorithm using different tricks to optimize the performance.
mehulthakral/logic_detector
A Machine Learning based system to detect semantics in the form of semantic label and suggest optimized alternatives for Python and C++ function-based code snippet.Semantic Detection is language agnostic with accuracy above 95% while optimization with accuracy above 85% for both Python and C++.
nachokhan/pstruc_example
A practical showcase of AI-assisted coding using PStruc and ChatGPT, highlighting iterative development and project optimization across three versions with detailed documentation of changes.
objectionary/demu
A command line tool for DeMutabilization of EO programs
rwpenney/cxx-rtimers
C++ stopwatch classes for gathering run-time timing statistics
danieldotwav/Remove-Duplicates-From-Sorted-Array-I-and-II
This Java program efficiently removes duplicate elements from a sorted array in-place, ensuring the original order of elements is maintained. It's designed to optimize space and time complexity while handling various array scenarios, including empty arrays and arrays with consecutive or non-consecutive duplicates.
danieldotwav/Zero-Sum-Triplet-Finder
This Java program efficiently solves the "Three Sum Problem," identifying all unique triplets in an array that sum up to zero, with a focus on avoiding duplicate triplets.
mohansaidinesh/Compiler-Design-Lab
Compiler Design Experiments
objectionary/hone-maven-plugin
Maven plugin that applies a number of optimizations to your Bytecode, using EOLANG and đťś‘-calculus, trying to make it work faster
riddhigupta1110/SystemProgrammingAndCompilerConstruction-VI-MU-CSE
Codes for Practical experiments of System Programming And Compiler Construction (Semester VI - Computer Engineering - Mumbai University)
yshui/protoplasm
A compiler for a simple language
zarif98sjs/Yet-Another-C-Compiler
A subset C compiler made with flex, bison and a lot of patience. Accompanied with some tips and tricks, and a small tutorial
ChinmayKaitade/Pokedex-React-Project
Basic React Project of Pokemon Specifications with abilities and other information.
danidiaz1/AC-Arquitectura-de-Computadores-UGR-2015-2016
Prácticas de Arquitectura de Computadores (AC), Grado en IngenierĂa Informática, UGR 2015-2016
parthsl/TSP_XeonPhi
Optimizing Meta-Heuristic Algorithms for TSP on Xeon Phi Heterogeneous Cluster.