Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

@inline isless(::Nullable, ::Nullable) #149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

nalimilan
Copy link
Member

This enables SIMD for basic types when null_safe_op() is true. Inlining of
the isequal() call on values still depends on the element type.

The same change has been applied to Base on master, this allows keeping
functions in sync.

This enables SIMD for basic types when null_safe_op() is true. Inlining of
the isequal() call on values still depends on the element type.

The same change has been applied to Base on master, this allows keeping
functions in sync.
@codecov-io
Copy link

Current coverage is 84.88% (diff: 100%)

Merging #149 into master will decrease coverage by 1.01%

@@             master       #149   diff @@
==========================================
  Files            14         14          
  Lines           865        860     -5   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits            743        730    -13   
- Misses          122        130     +8   
  Partials          0          0          

Powered by Codecov. Last update b7b50c3...f22614c

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants