uni-algo

Unicode Algorithms Implementation for C/C++ (by uni-algo)

Uni-algo Alternatives

Similar projects and alternatives to uni-algo based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better uni-algo alternative or higher similarity.

uni-algo reviews and mentions

Posts with mentions or reviews of uni-algo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-07.
  • uni-algo: Unicode Algorithms Implementation for C/C++
    1 project | news.ycombinator.com | 25 Mar 2024
  • uni-algo v0.7.0: constexpr Unicode library and some talk about C++ safety
    1 project | /r/cpp | 7 Feb 2023
    Safe layer is just bounds checks that work in all cases that I need, before that I was coping with -D_GLIBCXX_DEBUG (doesn't have safe iterators for std::string and std::string_view and that I need the most) and MSVC debug iterators (better but slow as hell in debug). You can read more about the implementation here: https://github.com/uni-algo/uni-algo/blob/main/doc/SAFE_LAYER.md Nothing interesting it's possible to implement all of this even in C++98 but no one cared back then and it's a shame that it's not in C++ standard so we cannot choose to use safe or unsafe std::string for example and must rely on implementations in compilers that are simply incomplete in many cases or implement it from scratch.
  • New Unicode library
    4 projects | /r/cpp | 7 Jul 2022
    Why call your files modules? "Modular programming" or "Modular architecture" is pretty standard term in programming I don't think there are a good synonym for "module" word so I plan to use "Modules" and "C++20 Modules" to avoid ambiguity. You have one cpp file in the project. Any reason for that? Including Unicode data files that may be pretty big into header files hurts compilation speed. C++20 Modules will help with that and I plan to support it. I'd also recommend supporting CMake I will support CMake it just I didn't need it in my development stage. Overall, looks very nice. Thank you. I made a post on GitHub with some of my plans: https://github.com/uni-algo/uni-algo/issues/3
  • A note from our sponsor - SaaSHub
    www.saashub.com | 25 Apr 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic uni-algo repo stats
4
243
8.9
4 months ago

uni-algo/uni-algo is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of uni-algo is C++.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com