Pijul – A free and open source distributed version control system
1–10 of 180 posts
Re: Pijul – A free and open source distributed version control system
#2Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
Re: Pijul – A free and open source distributed version control system
#3How does this compare to darcs? http://darcs.net/ Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
Re: Pijul – A free and open source distributed version control system
#4How does this compare to darcs? http://darcs.net/ Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
https://pijul.org/faq.html#did-you-solve-the-exponential-mer... answers it, at least partially. There may be a more comprehensive comparison, though.
Re: Pijul – A free and open source distributed version control system
#5How does this compare to darcs? http://darcs.net/ Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
It is written in Rust, instead of Haskell, also contributing to better/more predictable performance.
The Darcs folks are very aware and supportive of it, and last I heard, Darcs might add support for the Pijul patch format.
This is an extremely exciting project.
(speaking as a long time Darcs fan and passive onlooker who saw the Pijul presentation at rustconf)
Re: Pijul – A free and open source distributed version control system
#6Re: Pijul – A free and open source distributed version control system
#7How does this compare to darcs? http://darcs.net/ Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
Re: Pijul – A free and open source distributed version control system
#8How does this compare to darcs? http://darcs.net/ Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
It is heavily inspired by Darcs, and is based on an alternative "theory of patches" that reportedly has much better worst-case performance characteristics. It is written in Rust, instead of Haskell, also contributing to better/more predictable performance. The Darcs folks are very aware and supportive of it, and last I heard, Darcs might add support for the Pijul patch format. This is an extremely exciting project. (…
Feels like good research and progress.
Re: Pijul – A free and open source distributed version control system
#9How does this compare to darcs? http://darcs.net/ Edit: they have some minor text on how it's better, but a more detailed description would be appreciated.
Not sure why this was downvoted, it is a legitimate question. https://pijul.org/faq.html#did-you-solve-the-exponential-mer... answers it, at least partially. There may be a more comprehensive comparison, though.
Where Darcs has this:
https://en.wikibooks.org/wiki/Understanding_Darcs/Patch_theo...
Pijul has some text saying "we're better than Darcs in these areas".
Re: Pijul – A free and open source distributed version control system
#10[Edit] Interestingly, they cover that. I suppose if you're just running Pijul rather than integrating with its code, it might be safe to use in a corporate environment. Still, it's likely to be offputting.