Skip to content

mirkankacan/string-check-methods-performance-test-for-entity-framework

Repository files navigation

-- 264,6836ms using Contains

-- 1021,514ms using StartWith

-- 39,5446ms using Equals

-- 43,5371ms using ==

There were over 35,000 record in the table.

If it is a table with more records, the best choice seems to be "Equals", in tables with fewer or single string check, "StartWith" will be a good choice.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages