Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add indexer #112

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nmi-relewise
Copy link

@nmi-relewise nmi-relewise commented Apr 30, 2024

In order to reduce the volume of code drift needed to onboard ZeroString from .NET stock StringBuilder an indexer is added.

The newly added API is protected via safety harness as well.

Thanks.

@guitarrapc

@nmi-relewise
Copy link
Author

To set the scene a bit - we've got tons of auto-generated code for indexing purpose (stemming), which heavily relies on old-school string builder.

In order to minimize number of changes to be performed in auto-generated code, we are aiming to highjack only type definition & inits; while this requires used public methods to be identical.

Copy link
Contributor

This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the stale label Oct 28, 2024
@nmi-relewise
Copy link
Author

heartbeat

@github-actions github-actions bot removed the stale label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant