{"id":21074087,"url":"https://github.com/fgenesis/fgstd","last_synced_at":"2026-04-23T12:32:23.048Z","repository":{"id":34344215,"uuid":"38265174","full_name":"fgenesis/fgstd","owner":"fgenesis","description":"Go away, nothing to see here","archived":false,"fork":false,"pushed_at":"2017-04-12T23:26:50.000Z","size":59,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-01T10:40:53.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fgenesis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-29T18:56:46.000Z","updated_at":"2024-12-25T09:34:11.000Z","dependencies_parsed_at":"2022-09-14T03:50:14.435Z","dependency_job_id":null,"html_url":"https://github.com/fgenesis/fgstd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fgenesis/fgstd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Ffgstd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Ffgstd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Ffgstd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Ffgstd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgenesis","download_url":"https://codeload.github.com/fgenesis/fgstd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgenesis%2Ffgstd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32181367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-23T11:42:27.955Z","status":"ssl_error","status_checked_at":"2026-04-23T11:42:18.877Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T19:14:25.003Z","updated_at":"2026-04-23T12:32:23.018Z","avatar_url":"https://github.com/fgenesis.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What?\n\nfgstd is sort of a replacement for parts the STL.\n\nIt it neither designed nor inteded to be compatible with the STL, and there are trade-offs towards a simplified API and higher performance.\n\nIt is currently a work-in-progress and not ready for use.\n\n# Provided functionality\n\n- Unified primitive types (even without stdint.h)\n- Type traits\n- Containers\n\t- vector\n\t- hasmap\n\t- multivector (SOA-friendly, WIP)\n\n### NYI\n\n- Algorithms\n\t- sort\n\t- heap\n\t- ...\n- Utility\n\t- bytebuf\n\t- bitbuf\n\t- streams?\n- More containers\n\t- treemap\n\t- splaymap?\n\t- flatmap\n\t- linkedlist? (really?!)\n\t- flatlist\n- Automatic expression vectorizer via expression templates (WIP)\n\n# Design goals\n\n- 100% customizable memory allocation\n\t* Allocators are not part of the type signature\n\t* Instead: virtual methods (you're not going to spam memory allocation, are you?)\n\t* Alignment-aware\n- No exceptions!\n- C++03 compatible, but can use C++11 if svailable\n- No memory allocation at all for empty containers\n- Data structures are small (as in sizeof()) and simple (keeping the code size down)\n- Separated declaration and implementation headers for faster compile times\n- Basic operations pretty much STL-compatible (so you'll feel right at home)\n- Depends only on some parts of the C library:\n\t- memcpy(), memmove(), memcmp()\n\n\n# Excluded\n\nAka functionality that almost nobody uses or needs\n\n- Locales\n- ? Printing functionality (cout, cin, etc)\n- wchat_t, wstring, etc\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgenesis%2Ffgstd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgenesis%2Ffgstd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgenesis%2Ffgstd/lists"}