Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/absurdprofit/c-array-wrapper

Wrapper class for integer array. Laughably inefficient, tried to store 685, 684 characters in Array<char> object, took 1+GB of memory and ~14s before program issued exception :( . Suspected culprit exorbitant misuse of call to new. The code itself is probably filled with malpractice but that's all apart of learning right? :)
https://github.com/absurdprofit/c-array-wrapper

Last synced: 10 days ago
JSON representation

Wrapper class for integer array. Laughably inefficient, tried to store 685, 684 characters in Array<char> object, took 1+GB of memory and ~14s before program issued exception :( . Suspected culprit exorbitant misuse of call to new. The code itself is probably filled with malpractice but that's all apart of learning right? :)

Awesome Lists containing this project