optimizations #161

Open
emma wants to merge 44 commits from optimizations into main
Owner

I fixed a ton of issues with the leanness of my existing code and uncovered some problems to solve in the meantime.

I fixed a ton of issues with the leanness of my existing code and uncovered some problems to solve in the meantime.
emma added the
bug
enhancement
labels 2024-09-04 22:55:32 -06:00
emma added 27 commits 2024-09-04 22:55:32 -06:00
Author
Owner

I want to make fop(1) streaming instead of buffered, and after that, this can be merged.

I want to make `fop(1)` streaming instead of buffered, and after that, this can be merged.
Owner

From OpenBSD man 2 pledge:

     Passing NULL to promises or execpromises specifies to not change the
     current value.

It seems a number of these should be pledge("", "");.

From OpenBSD `man 2 pledge`: ``` Passing NULL to promises or execpromises specifies to not change the current value. ``` It seems a number of these should be `pledge("", "");`.
Author
Owner

From OpenBSD man 2 pledge:

     Passing NULL to promises or execpromises specifies to not change the
     current value.

It seems a number of these should be pledge("", "");.

That’s strange. I remember having this conversation verbally recently and making commits to make this change but clearly this change has not occurred.

> From OpenBSD `man 2 pledge`: > > ``` > Passing NULL to promises or execpromises specifies to not change the > current value. > ``` > > It seems a number of these should be `pledge("", "");`. That’s strange. I remember having this conversation verbally recently and making commits to make this change but clearly this change has not occurred.
emma added 6 commits 2024-09-10 17:14:06 -06:00
emma added 2 commits 2024-09-11 02:40:35 -06:00
emma added 7 commits 2024-09-11 03:20:05 -06:00
emma added 1 commit 2024-09-11 03:26:04 -06:00
Author
Owner

I’m going to put off making fop(1) streaming for another day so that we can get this merged.

I’m going to put off making `fop(1)` streaming for another day so that we can get this merged.
emma changed title from WIP: optimizations to optimizations 2024-09-11 15:34:57 -06:00
emma requested review from trinity 2024-09-11 15:35:11 -06:00
emma added 1 commit 2024-10-01 22:09:33 -06:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin optimizations:optimizations
git checkout optimizations
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/harakit#161
No description provided.