syvex
- Karma
- 22
- Created
- September 4, 2010 (15y ago)
- Submissions
- 0
CTO | Founder at Tempus Ex (tempus-ex.com)
- AgileFlow – Simplify Your Git Workflow (medium.com)
- Rust for ML (blog.tempus-ex.com)
- Trip report: 2018 Summer ISO C++ standards meeting (C++20) (herbsutter.com)
- Show HN: C++11 immutable string (github.com)
I'm looking for feedback on this approach to an immutable string (istring). The idea is to provide a super fast immutable string that can be efficiently passed to lambdas as well as be 100% thread safe. Another bonus is…