Lunaris (LunarisLib)

Lunaris

LunarisLib

Geek Repo

Lunaris is the key for performance in C++ projects

Location:Brazil

Github PK Tool:Github PK Tool

Lunaris's repositories

Lunaris-Socket

This is the socket part of Lunaris, an easy interface to socket communication (TCP/UDP)! It should work on Linux and Windows

Language:C++Stargazers:2Issues:0Issues:0

Lunaris-Bomb

Bomb is a destroy-triggered function tool that allows you to have a safe "detonation" when the object is destroyed or defuse if you don't want that later. Bomb "explode" a function on destroy or on a certain time (see timed_bomb) if not defused. Works on Windows and Linux

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-Console

This is the console part of Lunaris, an useful cout-like interface, but thread safe and color enabled! It should work on Linux and Windows

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-Encryption

A handful set of encryption tools useful for some basic security stuff. This include table-replace-based, random-by-seed, RSA (configurable bit length) and a combined RSA (32 bit) + random algorithm, all aiming for performance first.

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-Event-Pool

Use this template for any kind of pool! You set up the pool object that will handle a type T and the rest is just post() and post() again and again! Async is supported!

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-Future

This is a future with then() implementation. Promise runs all then()s and get() on future waits for it (if it needs to). This is like std::future, but with more features.

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-HTTP

A Windows C++ implementation of HTTP requests with security. It is WIP, hopefully one day it gets completed.

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-JSON

A C++ implementation based on works like cJSON, but completely lightweight in memory (no extra variables / copies, only pointers to original string).

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-Multimap

Multi_map is the PEAK of template multiple-key mapping. This allows multiple inheritance as properties on your projects, multiple key types, multiple features. It has both fixed and variable sized ways. Fixed allows perfect properties-like memory block for your application. Works on Windows and Linux.

Language:C++Stargazers:1Issues:0Issues:0

Lunaris-Mutex

Mutex is a pain for performance, right? What about a fast one-way mutex then? Plus, get shared_recursive_mutex implementation too! fast_one_way_mutex is a high performance targeted mutex-like thing. Run() every tick/frame and check if true, else you must wait (someone locked!). Great for graphics and loading (on load you want full image load before drawing, right? No performance impact too!). Give it a try! Works on Windows and Linux.

Lunaris-Process

This is the process part of the library, an easy interface to process on Windows and Linux (use "sh" and path to sh file as argument for shell scripts on Linux)! Handle process easily!

Language:C++Stargazers:1Issues:0Issues:0

.github

Public information repository

Stargazers:0Issues:1Issues:0

cJSON

Ultralightweight JSON parser with int64 support

Language:CLicense:MITStargazers:0Issues:0Issues:0

Lunaris-Downloader

Downloader is a download tool based on WinInit or Lunaris-Socket (using basic HTTP GET). It'll get better over time.

Language:C++Stargazers:0Issues:0Issues:0

Lunaris-Memory

Memory is a very important thing to do right. This module allows some deep referencing and managing not seen in common shared_ptr and unique_ptr. It is shared, and it can even share null or change the pointer on the go. It should work on any platform with mutex.

Language:C++Stargazers:0Issues:0Issues:0