zlib-license

Open-source projects categorized as zlib-license
Language: + Rust + C + C++

Top 6 zlib-license Open-Source Projects

  • zlib-ng

    zlib replacement with optimizations for "next generation" systems.

  • Project mention: Show HN: Pzip- blazing fast concurrent zip archiver and extractor | news.ycombinator.com | 2023-09-24

    Please note that allowing for 2% bigger resulting file could mean huge speedup in these circumstances even with the same compression routines, seeing these benchmarks of zlib and zlib-ng for different compression levels:

    https://github.com/zlib-ng/zlib-ng/discussions/871

    IMO the fair comparison of the real speed improvement brought by a new program is only between the almost identical resulting compressed sizes.

  • bytemuck

    A crate for mucking around with piles of bytes

  • Project mention: Where can I read about how to write a safe API for unsafe code? | /r/rust | 2023-09-16

    bytemuck uses a number of traits to provide safe APIs for bitcasts in cases where it's actually safe. This doesn't cover the full spectrum of safety in Rust (I imagine Send and Sync aren't too relevant here?), but if you can understand how this crate provides a safe API on top of a fair bit of unsafe, then you'll be well on your way here. (For extra credit, study zerocopy as well, which lives in a similar domain. Compare its use of unsafe and the functionality it provides with bytemuck.) I mention these crates because after a cursory look, they have decent comments describing safety obligations. So you have a decent chance of actually understanding the boundary between safe and unsafe here.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tinyvec

    Just, really the littlest Vec you could need. So smol.

  • wide

    A crate to help you go wide. By which I mean use SIMD stuff. (by Lokathor)

  • safe_arch

    Exposes arch-specific intrinsics as safe function (via cfg).

  • TML

    🎮 Simple 2D graphics library for C++ (by ToniLipponen)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

zlib-license related posts

  • Where can I read about how to write a safe API for unsafe code?

    3 projects | /r/rust | 16 Sep 2023
  • The Better Alternative to Lifetime GATs

    6 projects | /r/rust | 1 May 2022
  • Rust SIMD native vs. C-Libary

    4 projects | /r/rust | 22 Aug 2021
  • "pure safe crates"

    3 projects | /r/rust | 17 Apr 2021
  • single-producer single-consumer concurrent queue

    5 projects | /r/rust | 29 Mar 2021
  • Now that the long-awaited const generics (MVP) have come to stable in 1.51, what crates are going to gain the most from it?

    5 projects | /r/rust | 25 Mar 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source zlib-license projects? This list will help you:

Project Stars
1 zlib-ng 1,445
2 bytemuck 610
3 tinyvec 604
4 wide 180
5 safe_arch 41
6 TML 19

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