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

Add Object Pooling #162

Merged
merged 1 commit into from
Oct 18, 2020
Merged

Add Object Pooling #162

merged 1 commit into from
Oct 18, 2020

Conversation

jthomperoo
Copy link
Member

Part of #148

@codecov-io
Copy link

Codecov Report

Merging #162 into master will increase coverage by 0.01%.
The diff coverage is 73.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #162      +/-   ##
==========================================
+ Coverage   80.67%   80.68%   +0.01%     
==========================================
  Files          99      100       +1     
  Lines        3193     3345     +152     
  Branches      266      280      +14     
==========================================
+ Hits         2576     2699     +123     
- Misses        396      415      +19     
- Partials      221      231      +10     
Flag Coverage Δ
#unittests 80.68% <73.21%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/entity/entity_manager.ts 84.05% <ø> (ø)
src/geometry/matrix_4d.ts 98.97% <ø> (ø)
src/message/message.ts 100.00% <ø> (ø)
src/standard/interpolation/interpolation_system.ts 45.00% <0.00%> (ø)
src/standard/motion/motion_system.ts 40.00% <0.00%> (-4.45%) ⬇️
src/standard/camera/camera.ts 68.00% <14.28%> (-8.20%) ⬇️
src/standard/motion/motion.ts 38.88% <14.28%> (-11.12%) ⬇️
src/shape/aabb.ts 85.29% <25.00%> (-5.03%) ⬇️
src/standard/primitive/primitive.ts 87.50% <50.00%> (-5.36%) ⬇️
src/standard/sprite/sprite.ts 72.72% <50.00%> (-5.06%) ⬇️
... and 42 more

@jthomperoo jthomperoo merged commit 0462888 into jamjarlabs:master Oct 18, 2020
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