Giter Club home page Giter Club logo

pattern_match_vs_data_struct's Introduction

I wanted to compare the time taken to do lookups based on pattern matching vs lookups in a Map

Phoenix uses function based pattern matches to resolve routes, I wanted to check how performant lookups are based on a map vs based on function calls

Output on my computer for 10_000 strings

Map based lookup takes 10987us which is 0.01 seconds Function based pattern match lookup takes 28171us which is 0.028 seconds

pattern_match_vs_data_struct $ mix run -e PatternMatchVsDataStruct.Serial.DataStructRun.profile
Compiled lib/pattern_match_vs_data_struct.ex
Generated pattern_match_vs_data_struct app
[PatternMatchVsDataStruct.Serial.DataStructRun,
 {10987,
  [:iaaa65q, :iaaa6sy, :iaabqda, :iaabu4a, :iaabsha, :iaabz5a, :iaack3i, ...]}]

pattern_match_vs_data_struct $ mix run -e PatternMatchVsDataStruct.Serial.PatternRun.profile
Compiled lib/pattern_match_vs_data_struct.ex
[PatternMatchVsDataStruct.Serial.PatternRun,
 {28171,
  [:iaabcty, :iaablna, :iaabsaa, :iaaai3q, :iaabeka, :iaacmaq, :iaacaia, ...]}]

pattern_match_vs_data_struct's People

Contributors

minhajuddin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.