riscv-zkt-list VS wgpu

Compare riscv-zkt-list vs wgpu and see what are their differences.

riscv-zkt-list

[Archived as historical. Zkt is now part of the main K spec.] Zkt "safe list": extension attests that the machine has data-independent execution time for these instructions (by rvkrypto)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
riscv-zkt-list wgpu
1 197
3 11,061
- 3.8%
10.0 9.9
almost 3 years ago 7 days ago
Rust
BSD 2-clause "Simplified" License 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.

riscv-zkt-list

Posts with mentions or reviews of riscv-zkt-list. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-26.
  • Rust Cryptography Should Be Written in Rust
    10 projects | news.ycombinator.com | 26 Aug 2023
    > all branchless code runs in constant time

    No - e.g. division is not constant time.

    You have to have branchless code and only use certain instructions.

    E.g. here is the list for RISC-V.

    https://github.com/rvkrypto/riscv-zkt-list/blob/main/zkt-lis...

    Most things except div/rem, branches and floating point are ok. Oh and obviously store/load.

wgpu

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

What are some alternatives?

When comparing riscv-zkt-list and wgpu you can also consider the following projects:

polkadot-sdk - The Parity Polkadot Blockchain SDK

vulkano - Safe and rich Rust wrapper around the Vulkan API

linkerd2-proxy - A purpose-built proxy for the Linkerd service mesh. Written in Rust.

tauri - Build smaller, faster, and more secure desktop applications with a web frontend.

cxx - Safe interop between Rust and C++

glow - GL on Whatever: a set of bindings to run GL anywhere and avoid target-specific code

nearcore - Reference client for NEAR Protocol

rust-gpu - 🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧

solana - Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.

bevy - A refreshingly simple data-driven game engine built in Rust

sui - Sui, a next-generation smart contract platform with high throughput, low latency, and an asset-oriented programming model powered by the Move programming language

bgfx - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.