Giter VIP home page Giter VIP logo

trie-rs's Introduction

Hi πŸ‘‹, I'm @laysakura

A low-level system developer / backend engineer in Tokyo.

laysakura

πŸ”­ I’m currently working on ...

  • R&D on softwares related to connected vehicles at Toyota.
    • AI security
    • Privacy tech
    • SpringQL, a stream processor for IoT devices and in-vehicle computers.
    • Secure distributed stream processor using TEE
    • DataLake architecture with streaming data processing

πŸ“ I regularly write articles on ...

πŸ’¬ Ask me about ...

  • Cyber security (especially AI security)
  • Rust
  • RDBMS internal
  • Stream processing
  • Data analytics platform architectures (DWH, DataLake, ...)
  • AI accelerator

πŸ“„ Know about my experiences:

πŸ“« How to reach me:

πŸ“ˆ Stats:

@laysakura's GitHub Stats card

laysakura

laysakura

trie-rs's People

Contributors

laysakura avatar shanecelis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

trie-rs's Issues

Slow predictive_search() compared to common_prefix_search()

Many not use recursion.

Benchmarking [302b8e4] Trie::predictive_search() 100 times
Benchmarking [302b8e4] Trie::predictive_search() 100 times: Warming up for 1.0000 s
Benchmarking [302b8e4] Trie::predictive_search() 100 times: Collecting 10 samples in estimated 5.2899 s (275 iterations)
Benchmarking [302b8e4] Trie::predictive_search() 100 times: Analyzing
[302b8e4] Trie::predictive_search() 100 times
                        time:   [18.633 ms 18.806 ms 19.033 ms]
                        change: [-0.8818% +0.9228% +3.2224%] (p = 0.44 > 0.05)
                        No change in performance detected.
Found 1 outliers among 10 measurements (10.00%)
  1 (10.00%) high mild

Benchmarking [302b8e4] Trie::common_prefix_search() 100 times
Benchmarking [302b8e4] Trie::common_prefix_search() 100 times: Warming up for 1.0000 s
Benchmarking [302b8e4] Trie::common_prefix_search() 100 times: Collecting 10 samples in estimated 5.1579 s (935 iterations)
Benchmarking [302b8e4] Trie::common_prefix_search() 100 times: Analyzing
[302b8e4] Trie::common_prefix_search() 100 times
                        time:   [5.3941 ms 5.4524 ms 5.5205 ms]
                        change: [-7.0522% -2.9814% +0.9275%] (p = 0.21 > 0.05)
                        No change in performance detected.

ability to clone Tries?

It looks like this isn't possible at the moment? Would really appreciate it if Trie implemented Clone

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.