# Overview
Run-end encoding is a... #flashcard
[[Compression]] approach where data is stored in a more compact manner by putting the end index of a value in a list next to the value.
<!--ID: 1751507776527-->
# Key Considerations
# Pros
- Allows for slightly faster random lookups by allowing for [[Binary Search]]
# Cons
# Use Cases
# Related Topics