An open API service indexing awesome lists of open source software.

https://github.com/gmlewis/moonbit-flate

A simplified flate compression algorithm based on Go's implementation.
https://github.com/gmlewis/moonbit-flate

flate lzw lzw-algorithm moonbit

Last synced: 4 months ago
JSON representation

A simplified flate compression algorithm based on Go's implementation.

Awesome Lists containing this project

README

          

# gmlewis/flate
[![check](https://github.com/gmlewis/moonbit-flate/actions/workflows/check.yml/badge.svg)](https://github.com/gmlewis/moonbit-flate/actions/workflows/check.yml)

This is a simplified flate compression algorithm based on Go's implementation:
https://cs.opensource.google/go/go/+/refs/tags/go1.23.1:src/compress/flate/deflatefast.go
which has the copyright notice:

```
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
```

## Status

The code has been updated to support compiler:

```bash
$ moon version --all
moon 0.1.20260119 (be99339 2026-01-19) ~/.moon/bin/moon
moonc v0.7.2+938b1f804 (2026-01-20) ~/.moon/bin/moonc
moonrun 0.1.20260119 (be99339 2026-01-19) ~/.moon/bin/moonrun
moon-pilot 0.0.1-df92511 (2026-01-20) ~/.moon/bin/moon-pilot
```