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

#15 Add Design.remove[A] #16

Merged
merged 2 commits into from
Aug 26, 2016
Merged

#15 Add Design.remove[A] #16

merged 2 commits into from
Aug 26, 2016

Conversation

xerial
Copy link
Member

@xerial xerial commented Aug 26, 2016

No description provided.

@@ -23,14 +23,14 @@ import scala.reflect.runtime.{universe => ru}
/**
* Immutable airframe design
*/
class Design(val binding: Seq[Binding]) extends LogSupport {
case class Design(binding: Vector[Binding]) extends LogSupport {
Copy link
Member Author

Choose a reason for hiding this comment

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

Using Vector for better performance of appending

@xerial
Copy link
Member Author

xerial commented Aug 26, 2016

cc: @Lewuathe

@xerial xerial merged commit dcfdae9 into master Aug 26, 2016
@xerial xerial deleted the delete-binding branch August 26, 2016 03:29
@xerial xerial mentioned this pull request Aug 26, 2016
xerial added a commit that referenced this pull request Aug 24, 2017
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