Skip to content

Commit

Permalink
Prepare carton v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Feb 5, 2021
1 parent fcc63ac commit ed21e77
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGES.carton.md
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

0 comments on commit ed21e77

Please sign in to comment.