Hacker News
- An informal comparison of the three major implementations of std:string https://devblogs.microsoft.com/oldnewthing/20240510-00/?p=109742 29 comments
Lobsters
- Implementing Python's f-string as a Clojure reader tag https://github.com/Blasterai/clj-fstring 10 comments clojure
- java-string-similarity: Implementation of various string similarity and distance algorithms https://github.com/tdebatty/java-string-similarity 4 comments programming
- Implement chilled strings https://github.com/ruby/ruby/commit/12be40ae6be78ac41e8e3f3c313cc6f63e7fa6c4 5 comments ruby
- Exploring V8's strings: implementation and optimizations https://iliazeus.github.io/articles/js-string-optimizations-en/ 13 comments javascript
- Implementation for discovering string edits https://simplex.chat/blog/20230523-simplex-chat-v5-1-message-reactions-self-destruct-passcode.html 12 comments haskell
- RFC: Auto-implement Stringable for string backed enums https://wiki.php.net/rfc/auto-implement_stringable_for_string_backed_enums 36 comments php
- How to implement strings http://beza1e1.tuxen.de/strings.html 112 comments programming
- Implementing an efficient string= case in Common Lisp http://pvk.ca/string-case.lisp 3 comments lisp
- An constexpr version of string_view that I've implemented https://github.com/erichkeane/const_expr_string 10 comments cpp
- String switch implementation http://java-performance.info/string-switch-implementation/ 14 comments java
- How is switch over string implemented in Java 7? http://www.coolcoder.in/2011/08/features-from-java-7-that-you-will-love.html 6 comments java
- tpp - A verbatim string implementation for C/C++ http://charliesomerville.com/tpp/ 9 comments programming
- String Theory (discusson about efficient string implementation from Mozilla developer) http://weblogs.mozillazine.org/roc/archives/2008/01/string_theory.html 32 comments programming
- Why does foreach on arrays and strings get lowered into a while loop that ignores IEnumerable, even though both classes implement it? https://github.com/dotnet/roslyn/blob/main/src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_ForEachStatement.cs 10 comments csharp
- How does Rust implement matching against strings? https://godbolt.org/z/EEc7e4sbP 30 comments rust
- Libc++’s implementation of std::string https://joellaity.com/2020/01/31/string.html 42 comments cpp
- Libc++’s implementation of std::string https://joellaity.com/2020/01/31/string.html 82 comments programming
- [java] Why are strings implemented as objects? https://www.reddit.com/r/learnprogramming/comments/4hquy3/java_why_are_strings_implemented_as_objects/ 12 comments learnprogramming
- ocaml-safe-string-buffer: A buffer implementation optimized for immutable strings https://github.com/yallop/ocaml-safe-string-buffer 11 comments ocaml
- Artichoke Ruby's Rust implementation of `String` has been merged https://twitter.com/artichokeruby/status/1464679575489712130 12 comments rust
- strsim - Rust implementations of string similarity metrics https://github.com/dguo/strsim-rs 21 comments rust
- Could someone critique my simple string object implementation in [C]? https://www.reddit.com/r/learnprogramming/comments/6lqe1q/could_someone_critique_my_simple_string_object/ 5 comments learnprogramming
- How can I see real string method implementation? https://www.reddit.com/r/csharp/comments/69g8rl/how_can_i_see_real_string_method_implementation/ 8 comments csharp
- Implemented PostgreSQL's libpq connection string parsing for go-pg https://github.com/tbe/pqparser 3 comments golang
- String handling in Go is implemented in the language itself as well as in the packages strings, fmt and utf8. Here is a basic cheat sheet to help you navigate. https://yourbasic.org/golang/string-functions-reference-cheat-sheet/ 7 comments golang
- [Rovell] Nike 'working to implement a solution' after string of jersey tears http://www.espn.com/nba/story/_/id/21320252/nike-working-implement-solution-string-jersey-tears 74 comments nba
- Pypy strings optionally implemented using rope data structure for optimiziation http://morepypy.blogspot.com/2007/11/ropes-branch-merged.html 14 comments programming
- An informal comparison of the three major implementations of std::string - The Old New Thing https://devblogs.microsoft.com/oldnewthing/20240510-00/?p=109742 80 comments cpp
- Code review request: toy sleep implementation + duration string parsing lib https://github.com/ninedraft/nap 3 comments zig
- I, who is a newbie, managed to create a function which converts a string to an integer. Anyone interested in implemented their own method? https://pastebin.com/bLSj1i3N 6 comments c_programming
- Javascript objects only let you use strings as keys. Here's a real hash table implementation. http://www.timdown.co.uk/jshashtable/ 4 comments javascript
- einspect - Mutate tuples, strings, ints. View and write to C Structs of live Python objects. Implement new methods for built-in types... and more 👀 https://github.com/ionite34/einspect/ 8 comments python
- I created a simple implementation of SHA-256 in C++. Your enter a string and it will return the binary and hex of the hash. I'm kind of a newbie in the world of C++, any advice, optimisations, features are more than welcome! https://github.com/daftylooper/SHA256-Implementation 20 comments cpp
- Voca_rs is the ultimate Rust string library inspired by Voca.js, string.py and Inflector, implemented as independent functions and on Foreign Types (String and str). https://github.com/e1r0nd/voca_rs 8 comments rust
- A simple stack-allocated fixed-size string buffer (String_buf) implemented using std::array (C++11). http://forums.4fips.com/viewtopic.php?f=3&t=1075 20 comments cpp
- Arcpp: A C++ implementation of the Arc programming language. now with multi-line string in REPL and = macro supporting caar, cadr, cddr https://github.com/kimtg/Arcpp 2 comments programming
- This is really cool! In C# 11, thanks to Static Abstract Interface Members, it will be possible to implement Interpolated String Handlers which can parse parts of a string into variables you pass into it https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/interpolated-string-handler 33 comments csharp
- Nearly 600 people died in Indian police custody from 2009-2015, many after being tortured, a human rights group said Monday, urging India to implement a string of often-ignored regulations and prosecute officers involved in the mistreatment of prisoners http://abcnews.go.com/international/wirestory/rights-group-indian-police-killed-hundreds-suspects-44274983 19 comments worldnews