https://github.com/pent0/frsstl
Header-only implement of standard library
https://github.com/pent0/frsstl
cpp sse standard-library std
Last synced: 4 months ago
JSON representation
Header-only implement of standard library
- Host: GitHub
- URL: https://github.com/pent0/frsstl
- Owner: pent0
- License: bsd-2-clause
- Created: 2017-05-28T08:23:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T11:47:18.000Z (over 8 years ago)
- Last Synced: 2025-01-30T00:26:47.178Z (12 months ago)
- Topics: cpp, sse, standard-library, std
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FRSSTL
frsstl is a Header-only implement of the c++ standard library, in order to understand more about how people implements it. The library is unfinished really, many headers are missing or empty, however now, the vector, tuple, memory, pair are filled in, many are not documented
## What is interested?
- The library is fully documented of how i implemented it, so if you analyis the code and didn't understand it, there are explainments.
- The library is not heavy typed, you won't have to type many upcase letter, best for your fk hand.
- Based on the description of the c++ guide page.
- Always on duty and improvement.
- Licence is suitable, i think.
---------------------------------------
## Cons
- Yeah, there wont be wiki.
- Some functions are missing
- And its not thread safe right now, or you must managed it. There will be a thread, mutex and semaphore class soon.
- No exception handling atm
## Why?
- The reason i write this library becauses of the goddamn dll warning. Although i cant disable it :P