[ox/std] Add a form of small string and small vector optimization

This commit is contained in:
2021-05-28 02:46:09 -05:00
parent b36cd1694b
commit 1df1e3809f
8 changed files with 421 additions and 283 deletions

View File

@@ -9,11 +9,10 @@
#pragma once
#include <ox/std/hashmap.hpp>
#include <ox/std/string.hpp>
namespace ox {
class String;
class ClArgs {
private:
HashMap<String, bool> m_bools;