Skip to content
View vasilecristian's full-sized avatar

Block or report vasilecristian

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

Popular repositories Loading

  1. MemoryLeaksTracker MemoryLeaksTracker Public

    MemoryLeaksTracker is a small memory leaks detector that use the overloaded operator new and delete.

    C++ 2 2

  2. SignalSlot SignalSlot Public

    This is the Signal Slot (Emitter/Observer) pattern implemented using c++11 .

    C++ 2

  3. ThreadPool ThreadPool Public

    This is a library that implements a thread pool. Is based on C++11 features. The base code was inspired by https://github.com/nbsdx/ThreadPool.

    C++ 1

  4. FastRTTI FastRTTI Public

    This is a simple library based on templates that can be used to implement Run-Time Type Information(RTTI).

    C++ 1

  5. FindPathEngine FindPathEngine Public

    This is a library that implements the A* (A star) search algorithm.

    C++

  6. MemPool MemPool Public

    Automatically exported from code.google.com/p/general-utils

    C++