Skip to content

Conversation

JSkimming
Copy link
Owner

This generated a switch statement based upon the Hashcode of all the types. It looks quite fast at the moment, but I want to do further testing to prove it. It's working side by side the current Dictionary based approach.

@codecov-io
Copy link

codecov-io commented May 2, 2017

Codecov Report

Merging #21 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #21   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          42     42           
  Lines         993   1078   +85     
  Branches      189    205   +16     
=====================================
+ Hits          993   1078   +85
Impacted Files Coverage Δ
src/Abioc/Registration/RegistrationSetupBase.cs 100% <ø> (ø) ⬆️
src/Abioc/Compilation/CodeCompilation.cs 100% <100%> (ø) ⬆️
src/Abioc/Composition/CodeComposition.cs 100% <100%> (ø) ⬆️
src/Abioc/AbiocContainer.cs 100% <100%> (ø) ⬆️
src/Abioc/Compilation/AbiocContainerExtensions.cs 100% <100%> (ø) ⬆️
src/Abioc/AbiocContainer.WithContext.cs 100% <100%> (ø) ⬆️
src/Abioc/ContainerConstruction.cs 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b1449ad...340061c. Read the comment docs.

@JSkimming JSkimming merged commit 7c0d582 into master May 2, 2017
@JSkimming JSkimming deleted the switch-lookup branch May 2, 2017 14:49
@JSkimming JSkimming self-assigned this May 2, 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.

2 participants