Skip to content
View llukito's full-sized avatar
🦸
🦸

Block or report llukito

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
llukito/README.md
#include <luka_aladashvili.h>

/**
 * @brief Software Engineer | ICPC Finalist | Systems Architect
 * Specializing in high-performance engines and low-latency infrastructure.
 */
namespace HighPerformance {
    class LukaAladashvili : public SystemArchitect {
    public:
        // Ranked 4th out of 40,000 students nationally
        static constexpr double MATH_PERCENTILE = 0.0001; 
        
        struct CurrentFocus {
            std::string role = "Co-founder & Lead Engineer @ Fincast";
            double latency = 200.0; // Achieved <200ms in C++ inference engine
            int throughput = 5000;   // Processing 5,000+ data points/sec
        };

        void list_milestones() {
            // ICPC Northern Eurasia Finalist (High Achievement Award)
            bool is_icpc_finalist = true; 

            // National Champion (1st Place) - Bank of Georgia STEM Competition
            int stem_rank = 1; 

            // Grand Prize Winner - International AI in Finance Hackathon
            std::string hackathon = "Grand_Prize_Winner"; 

            // Impel AI Emerging Professional Grant for technical innovation
            bool has_ai_research_grant = true; 
        }
    };
}

Pinned Loading

  1. pthread-deadlock-detector pthread-deadlock-detector Public

    Runtime deadlock detection library for multi-threaded C programs using pthreads.

    C

  2. multithreaded-banking-system multithreaded-banking-system Public

    A thread-safe concurrent banking system implemented in C using POSIX threads. Features fine-grained locking, deadlock prevention via resource ordering, and custom barrier synchronization for consis…

    C

  3. HuffmanCompressorEncrypted HuffmanCompressorEncrypted Public

    A file compression and decompression program using Huffman Encoding with password-protected headers.

    C++

  4. RandomWriter-Markov-Based-Text-Style-Generator RandomWriter-Markov-Based-Text-Style-Generator Public

    A flexible C++ program that uses word-level Markov chains to generate coherent text based on input training files. It can be used to simulate writing styles, extend unfinished documents, or analyze…

    C++

  5. RSS-News-Feed-Aggregation RSS-News-Feed-Aggregation Public

    Downloads RSS feeds, parses articles, indexes words using hashsets/vectors, and provides a simple search engine over a few hundred news articles.

    C