perl5 VS rust-base64

Compare perl5 vs rust-base64 and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
perl5 rust-base64
87 9
1,842 572
1.7% -
9.9 7.5
3 days ago about 1 month ago
Perl Rust
GNU General Public License v3.0 or later Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

perl5

Posts with mentions or reviews of perl5. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-08.

rust-base64

Posts with mentions or reviews of rust-base64. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-22.
  • Rust is not the language for you if you don't like traits
    1 project | news.ycombinator.com | 4 Oct 2023
  • Base64 Implementation in Rust
    1 project | /r/rust | 17 May 2023
    It would be interesting to compare your implementation and the most popular implementation for Rust+base64: https://github.com/marshallpierce/rust-base64
  • Rust-base64: restore {encode, decode} convenience functions
    1 project | news.ycombinator.com | 12 Jan 2023
  • Question in Rust about Base64 encoding for xmlrpc
    2 projects | /r/AskProgramming | 22 Mar 2022
    I am writing a CLI util in rust that utilizes xml-rpc-rs to talk to an rtorrent server and I would like to be able to add torrent files. OK according to the python implementation, which some of the rtorrent developers have said is good, of xmlrpc-client it uses this base64 format: https://datatracker.ietf.org/doc/html/rfc2045.html#section-6.8 I base64 encode /some/file/foo.torrent and send it up. OK!
  • Announcing uuid-simd, hex-simd and base64-simd!
    10 projects | /r/rust | 31 Dec 2021
    Funny that you claim base64 forbids unsafe code while linking a PR where the current maintainer of the crate explicitly agrees that unsafe for the purpose of SIMD-acceleration is a-okay. Did you by any chance meant to link https://github.com/marshallpierce/rust-base64/pull/114 instead? ;)
  • Fast Rust Builds
    5 projects | news.ycombinator.com | 5 Sep 2021
    > It does need to be in the standard library

    When I say that something “has to be in the standard library”, I mean that it can’t be implemented outside the standard library. That’s certainly not the case here. You’re using an outright bad definition of “need” here—subjective opinion rather than objective requirement.

    > because everyone needs it

    This is factually wildly wrong. I wrote a fair bit more here but decided it wasn’t helpful. PrĂ©cis: web stuff tends to load it indirectly (though amusingly most of the time actually not use it, so that Base64 code won’t actually end up in your binary), but it’s not terribly common outside of internet stuff to reach for Base64.

    I’ll leave just one more remark about Base64: once things are in the standard library, breaking changes can no longer be made; the base64 crate is still experiencing breaking changes (<https://github.com/marshallpierce/rust-base64/blob/master/RE...>, 0.12 and 0.13 were last year and 0.20 is not released), largely for performance reasons.

    Please don’t just call the thin-std approach “problematic” without acknowledging that the alternative is at least as problematic, just with a different set of caveats.

  • Stable versions of most important community crates
    2 projects | /r/rust | 15 May 2021
    Many of these have their own tracking issues on the path to v1.0. For example see this one for base64.
  • Debian discusses vendoring again
    12 projects | /r/linux | 13 Jan 2021
    I see base64. If the standard library has base64 encoding, go ahead and use it. But as a third-party dependency? Again, base64 encoding and decoding is trivial. I've written this a few times myself. It's not worth a dependency.

What are some alternatives?

When comparing perl5 and rust-base64 you can also consider the following projects:

rakudo - 🩋 Rakudo – Raku on MoarVM, JVM, and JS

unicode-xid

Gource - software version control visualization

itoa - Fast integer to ascii / integer to string conversion

Corinna - Corinna - Bring Modern OO to the Core of Perl

portable-simd - The testing ground for the future of portable SIMD in Rust

problem-solving - 🩋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate

ulid-rs - This is a Rust implementation of the ulid project

optparse - Portable, reentrant, getopt-like option parser

getopt - POSIX getopt() as a portable header library

perlweeklychallenge-club - Knowledge base for The Weekly Challenge club members using Perl, Raku, Ada, APL, Awk, Bash, BASIC, Bc, Befunge-93, Bourne Shell, BQN, Brainfuck, C3, C, CESIL, C++, C#, Clojure, COBOL, Coconut, Crystal, D, Dart, Dc, Elm, Emacs Lisp, Erlang, Excel VBA, Fennel, Fish, Forth, Fortran, Gembase, GNAT, Go, Haskell, Haxe, HTML, Idris, IO, J, Janet, Java, JavaScript, Julia, Kotlin, Lisp, Lua, M4, Miranda, Modula 3, MMIX, Mumps, Myrddin, Nim, Nix, Node.js, Nuweb, OCaml, Odin, Ook, Pascal, PHP, Python, Postscript, Prolog, R, Ring, Ruby, Rust, Scala, Scheme, Sed, Smalltalk, SQL, Swift, Tcl, TypeScript, Visual BASIC, WebAssembly, Wolfram, XSLT and Zig.

abseil-cpp - Abseil Common Libraries (C++)