Skip to content

Custom Strings & Containers #8

@LyeZinho

Description

@LyeZinho

StringView: string sem ownership (ponteiro + tamanho)
FixedString: string com buffer inline (sem alocação heap)
Caffeine::Vector: array dinâmico otimizado para cache
Caffeine::HashMap<K, V>: tabela hash para lookup O(1)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions