-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
### 0.2.0 (2021-05-02) Saint-Malo - France | ||
|
||
- Unmonad `mmap` (@dinosaure, #454) | ||
`mmap` is a _syscall_ which does not block. The ability to use it outside | ||
the scheduler monad (like LWT) permits us to _detach_ multiple processes | ||
to analyze a PACK file. | ||
|
||
With this PR, we take the advantage of `Thread` or `Lwt_preemptive` | ||
(or more acccurately, the concurrency) to analyze a large PACK file and | ||
speed-up the `clone`/`fetch` process. | ||
|
||
The distribution comes with a new binary, `carton.verify-pack` which is | ||
`git verify-pack`. | ||
|
||
### 0.1.0 (2021-08-01) Paris - France | ||
|
||
- First release of carton |