You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

fastdiff

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastdiff

A fast native implementation of diff algorithm with a pure python fallback

0.3.0
PyPI
Maintainers
1

======== fastdiff

.. image:: https://img.shields.io/pypi/v/fastdiff.svg :target: https://pypi.python.org/pypi/fastdiff

.. image:: https://img.shields.io/travis/syrusakbary/fastdiff.svg :target: https://travis-ci.org/syrusakbary/fastdiff

.. image:: https://readthedocs.org/projects/fastdiff/badge/?version=latest :target: https://fastdiff.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/syrusakbary/fastdiff/shield.svg :target: https://pyup.io/repos/github/syrusakbary/fastdiff/ :alt: Updates

A fast/native implementation of diff algorithms using WebAssembly and Wasmer_.

  • Free software: MIT license

Features

  • Uses WebAssembly to achieve 75x speedup in the compare algorithm
  • Compatible with any platform

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Wasmer: https://pypi.org/project/wasmer/ .. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

======= History

0.1.0 (2019-07-04)

  • First release on PyPI.

Keywords

fastdiff

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts