---
title: "FC8 – Faster 68K Decompression"
url: https://daily.dev/posts/fc8-faster-68k-decompression-zhrkzqnl0
source_url: https://www.bigmessowires.com/2016/05/06/fc8-faster-68k-decompression/
type: article
source: "Hacker News"
published: 2024-04-29T20:53:21.941Z
updated: 2024-05-09T08:58:27.770Z
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# FC8 – Faster 68K Decompression

**[Hacker News](https://daily.dev/sources/hn)** · 6 min read · 0 upvotes · 0 comments

## Summary

FC8 is a fast compression scheme designed for 68K CPUs, with a new decompressor that achieves 25% the speed of optimized memcpy of uncompressed data. It is based on the LZ77 compression scheme and aims to be easily portable to other classic computers and microcontrollers. The author also discusses the possibility of on-the-fly decompression and trade-offs between compression compactness and decompression speed.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.bigmessowires.com/2016/05/06/fc8-faster-68k-decompression/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

[View this post on daily.dev](https://daily.dev/posts/fc8-faster-68k-decompression-zhrkzqnl0)
