Skip to content

Conversation

@parjong
Copy link
Owner

@parjong parjong commented Dec 25, 2019

Let's design a "Live Interval Set" library.

Signed-off-by: Jonghyun Park parjong@gmail.com

Let's design a "Live Interval Set" library.

Signed-off-by: Jonghyun Park <parjong@gmail.com>
@parjong
Copy link
Owner Author

parjong commented Dec 25, 2019

The basic design comes from #34.

//
// find(firstfist(len(l)));
//
// Q. Is it possible to introduce extensible search algorithm???
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another question is "Is it appropriate to introduce this method here?"

//
// mark_as_dead(start_offset(s), end_offset(e))
// mark_as_dead(start_offset(s), len(e - s)));
// notify(dead(start_offset(s), end_offset(e)));
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

exclude(start_offset(s), end_offset(e))

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.

2 participants