penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
896 stars 49 forks source link

core: labels system and limit refactor #137

Closed pereman2 closed 1 month ago

pereman2 commented 1 month ago

This PR includes two things: labels and limit refactor. Let's start with the meat of the issue.

Labels

Now limit information is gathered on a centralized struct (LimitInfo)instead of sparse variables that confused the flow. If this is LimitInfo, do stuff with it.