ksync

[Moved to: https://github.com/kyotov/kysync] (by kyotov)

Ksync Alternatives

Similar projects and alternatives to ksync

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ksync alternative or higher similarity.

ksync reviews and mentions

Posts with mentions or reviews of ksync. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-21.
  • KySync
    2 projects | /r/cpp | 21 Sep 2021
    KySync is released under the MIT Open Source License (see COPYING in root of repository).
  • KySync: A complete modern C++ rewrite of Zsync with 3x-10x+ performance boost
    3 projects | news.ycombinator.com | 18 Sep 2021
    KySync is an efficient way to distribute new data which makes use of older (but similar) data that you may already have present locally. KySync supports HTTP v1.1, but can easily be extended to support any server protocol which supports range queries.

    KySync is [released](https://github.com/kyotov/kysync/releases) under the MIT Open Source License (see [COPYING](https://github.com/kyotov/ksync/blob/master/COPYING) in root of repository).

    KySync is a full rewrite of [Zsync](http://zsync.moria.org.uk/) in modern C++. While no code was reused from Zsync, the awesome [Zsync technical paper](http://zsync.moria.org.uk/paper200503/) was the major resource used for the implementation of KySync.

    The value proposition of KySync over Zsync is that it takes advantage of modern architecture features (multi-core multi-CPU systems as well as exceedingly fast IO subsystems, e.g. NVMe SSDs). KySync is 3x-10x (or more) faster than Zsync on such commonly available modern hardware. We have not spent much time optimizing KySync single-thread performance, so there are cases where with sufficiently high similarity, Zsync is faster when less then 4 threads are used in KySync.

Stats

Basic ksync repo stats
2
2
9.4
over 2 years ago

kyotov/ksync is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ksync is C++.

Popular Comparisons

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