superdiff - a way to find similar code blocks in projects (comments appreciated)

This page summarizes the projects mentioned and recommended in the original post on /r/rust

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
  • superdiff

    Find duplicate code blocks in files (by chuck-sys)

  • flamegraph

    Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3 (by flamegraph-rs)

  • I don't see any obvious problems with your algorithm. I've had luck using cargo-flamegraph to identify the slow parts of my code. That's going to show you which parts to focus on improving the performance of!

  • 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
  • difftastic

    a structural diff that understands syntax 🟥🟩

  • Have you considered parsing the files before and comparing the ASTs? This might produce better results than comparing based on Levenshtein distance. Perhaps, you could reuse (but not copy-paste :) ) something from difftastic.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Need help making sense of these benchmark results

    1 project | /r/rust | 17 Oct 2023
  • Why is my code so slow ? advent of code 2022, day 16 (basic graph stuff)

    2 projects | /r/rust | 8 Jul 2023
  • why is my code so slow ? advent of code 2023, day 16 (basic graph stuff)

    2 projects | /r/rust | 8 Jul 2023
  • Slow Rust Redis

    4 projects | /r/rust | 6 May 2023
  • making a virtual machine in rust

    2 projects | /r/rust | 28 Jan 2023