Billions of Users? Here's How to Find ONE in 0.1 Seconds!!! | Bloom Filter Algorithm

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 77

  • @codingforallnewtonschool
    @codingforallnewtonschool  3 หลายเดือนก่อน +4

    Course Link - bit.ly/3Y3xYbA
    For an extra 10% discount use code DJKAFKA
    Book your seats before the Price Increase - bit.ly/3yZthF6
    Coupon - DJMASTER

    • @anushaanil4885
      @anushaanil4885 3 หลายเดือนก่อน

      I had purchased Django Rest framework with 5 Big Projects course almost a year back, I still don't find all the content there, how can you sell a course like this?

  • @divyanshu_chaurasiya
    @divyanshu_chaurasiya 3 หลายเดือนก่อน +16

    Video starts at 6:05

    • @P-yb8wk
      @P-yb8wk 2 หลายเดือนก่อน

      thanks

    • @ranuchakravarti3277
      @ranuchakravarti3277 2 หลายเดือนก่อน

      Thanks bro 😂😂

  • @hasanchishti6428
    @hasanchishti6428 11 วันที่ผ่านมา

    Salute to your efforts bro ❤

  • @gurjassingh364
    @gurjassingh364 หลายเดือนก่อน

    great explanation. liked, commented, shared as well. thanks for your help

  • @TathagatTiwari-t6b
    @TathagatTiwari-t6b 2 หลายเดือนก่อน +6

    what if 2 emails have same hash value (else you have to take an array of size = 1 billion ) and first one is present while the second is not....isn't it will give wrong result that email already present for the 2nd one???

    • @brajkishoredubey9319
      @brajkishoredubey9319 2 หลายเดือนก่อน +3

      we have to use multi hash function (k) so all function might return different value and you will have less chances for collision . In detail - A Bloom filter uses k independent hash functions. Even if one hash function returns the same position for two different elements, the chances of "all k hash functions" returning the same positions for both elements are low.
      The filter relies on the combined results of "multiple hash functions" to minimize the risk of collisions across all of them.

    • @prajwalsugandhi7293
      @prajwalsugandhi7293 2 หลายเดือนก่อน +1

      Actually it is possible and if you read disadvantages of bloom filter one major is that it provides false positives which is your case, there are different techniques like multi-hash function to increase its accuracy but it can never be 100%

  • @mjvlogs3250
    @mjvlogs3250 3 หลายเดือนก่อน +2

    Yes bro you are doing Great work please keep it UP and keep posting such knowledgeable content..

  • @wafiqhosain5713
    @wafiqhosain5713 หลายเดือนก่อน

    Learnt new thing today.

  • @LalitSingh-78
    @LalitSingh-78 3 หลายเดือนก่อน +9

    Bhai hmara full support hai, or hume bhi aapki jeruret but please hmari humble request hai ki bs bich m band mat ker dena ❤❤

    • @supreme4256
      @supreme4256 3 หลายเดือนก่อน +3

      bhai e ladka sirf man oasand video banata hai.. kisi bhi playlist dekhlo..incompleted hai... He lacks consistency and fails to serve the commitment.

  • @GovindMehra007
    @GovindMehra007 2 หลายเดือนก่อน

    ❤❤🤝very informative

  • @MoinKhan_10
    @MoinKhan_10 3 หลายเดือนก่อน

    This is one of the best channel

  • @deepeshji
    @deepeshji 3 หลายเดือนก่อน

    That's what I've been waiting for. great videos. really no-one teaches us with these kind of knowledge. you are doing great bro

  • @gokul6120
    @gokul6120 3 หลายเดือนก่อน

    keep this series up..

  • @paarasarora2992
    @paarasarora2992 3 หลายเดือนก่อน

    very informative brother

  • @sahilmane2601
    @sahilmane2601 3 หลายเดือนก่อน

    Very Useful information.

  • @utkarshasharma8679
    @utkarshasharma8679 3 หลายเดือนก่อน

    Superb Explaination

  • @KshitijKhanka24
    @KshitijKhanka24 3 หลายเดือนก่อน

    Added to full notification yt channel list 🫂 bohot sahi sikhaya bhai

  • @shubhamrathod5933
    @shubhamrathod5933 3 หลายเดือนก่อน

    Keep posting videos like this :)

  • @arifhusain6307
    @arifhusain6307 3 หลายเดือนก่อน

    thank you brother for you're effort

  • @bhushan4582
    @bhushan4582 3 หลายเดือนก่อน

    Superb 🎉

  • @mohit84604
    @mohit84604 3 หลายเดือนก่อน +1

    I am not python lover/Django lover i am a node and golang engineer but you video are worth checking out, expecting more advance video from you thanks.

  • @edudictivecoder464
    @edudictivecoder464 3 หลายเดือนก่อน +2

    Is bloom filter suitable for small scale dataset if we don't have billion rows dataset

  • @nextleveltech267
    @nextleveltech267 3 หลายเดือนก่อน

    Super ❤️❤️

  • @thinktank4070
    @thinktank4070 3 หลายเดือนก่อน

    bro i appreciate your effort and i am new to your channel and also subscribe you because your are adding valuable content on youtube not like others.... what a valuable content just love it !!!

  • @vb399gamer4
    @vb399gamer4 3 หลายเดือนก่อน

    course is live or self-paced?

  • @papubhoi
    @papubhoi 3 หลายเดือนก่อน +1

    Bro I am working on a database which contains more than 10crore records
    When i use select queries it takes time. please make a demonstration vvideo for faster searching in this database

  • @rizwanshaikh4024
    @rizwanshaikh4024 3 หลายเดือนก่อน

    I have one question: how are we gonna handle hash collision ? What will happen in case of collision?

  • @rajnikam5101
    @rajnikam5101 3 หลายเดือนก่อน

    How big the array will be which stores the hashed value generated from hashing function?

  • @pubgaccount9517
    @pubgaccount9517 3 หลายเดือนก่อน +1

    please make a production ready RAG application using django or flask , using gorq Or gemini

  • @maniaccoder2678
    @maniaccoder2678 3 หลายเดือนก่อน +4

    Bhai, videos achi hai par bar bar promotion achi bat nai hai TH-cam ko ham free platform samaj k padhane ate hai

    • @codingforallnewtonschool
      @codingforallnewtonschool  3 หลายเดือนก่อน

      Sure I will keep this in mind

    • @achyutkumarsingh7308
      @achyutkumarsingh7308 3 หลายเดือนก่อน +2

      Bhai everyone is here for there own benefits...he also has to grow...in free we are getting these contents just imagine

  • @prashant123singh
    @prashant123singh 3 หลายเดือนก่อน

    How will you know the size of the array which is used for hashing algorithm, if the data keeps on increasing

  • @_sarthakmisal
    @_sarthakmisal 3 หลายเดือนก่อน +1

    Bhai ka full vid = Neeraj Walia's 15sec reel

  • @pubgaccount9517
    @pubgaccount9517 3 หลายเดือนก่อน

    please make more production videos related to django

  • @ranuchakravarti3277
    @ranuchakravarti3277 2 หลายเดือนก่อน

    Production grade Implement kaise krna hai vo btao, ye to har koi bta deta hai

  • @Not_a_Bird
    @Not_a_Bird 3 หลายเดือนก่อน

    But it would be similar to set() then why we won't use it directly

    • @codingforallnewtonschool
      @codingforallnewtonschool  3 หลายเดือนก่อน

      A set is stored in RAM, so if the server crashes, the data will be lost. Additionally, storing large amounts of data in a set consumes a significant amount of memory, which can become costly.

  • @techyshivang2634
    @techyshivang2634 3 หลายเดือนก่อน

    I have one question let say if I use bloom filter so it's also use some storage so my question is how much efficient is this if we use this

  • @amangoel9107
    @amangoel9107 3 หลายเดือนก่อน

    Bro isma make sure kaise krenge ki ye sequence ma 1 ayega agar kisi na 0 or. 1 ki sequence change krdi toh

  • @SurajKumar-kn1ko
    @SurajKumar-kn1ko 3 หลายเดือนก่อน

    Best video

  • @Studywithayaz1
    @Studywithayaz1 3 หลายเดือนก่อน

    Sir food ordering, online courses subscription wala project continue krain Please

  • @sachienjakhar
    @sachienjakhar 2 หลายเดือนก่อน +1

    course bechle bhai phale , pdha next video me dena

  • @ankeshkapil3129
    @ankeshkapil3129 3 หลายเดือนก่อน

    how can a12zek divide by 1000 return integer 😅

  • @thisisthebestid
    @thisisthebestid 2 หลายเดือนก่อน

    why not use a python set?

  • @djangoaj
    @djangoaj 3 หลายเดือนก่อน

    Fiverr/Upwork clone project video please 🙏🙏

  • @sutharjay1
    @sutharjay1 3 หลายเดือนก่อน

    Use dark mode while explaining

  • @harshdeep7015
    @harshdeep7015 3 หลายเดือนก่อน +1

    5:50 that left D is giving me anxiety 😢

  • @UserLuckProfile
    @UserLuckProfile 3 หลายเดือนก่อน

    abhishek bhai collab hua hi nahi real channel pe ?

  • @harshdeep7015
    @harshdeep7015 3 หลายเดือนก่อน

    Bhai aur easy way me samjhao achha se samjh nahi aaaya 0000 wala 991 etc wala sab😢

  • @Sam_X2
    @Sam_X2 3 หลายเดือนก่อน +1

    👍👍

  • @mehedihassan5184
    @mehedihassan5184 หลายเดือนก่อน

    🎉

  • @mohitgupta7613
    @mohitgupta7613 2 หลายเดือนก่อน

    70% time is all about promotion of course.. 30% time is the real content!!! pls dont waste viewers time like this. Appreciate your effort on the content though..

  • @LalitSingh-78
    @LalitSingh-78 3 หลายเดือนก่อน

    ❤❤

  • @Schwarzenegger530
    @Schwarzenegger530 3 หลายเดือนก่อน

    👍

  • @anjaniShrivastava-om9gh
    @anjaniShrivastava-om9gh 3 หลายเดือนก่อน

    ye to bacha bacha janta hai hashing

  • @shoaib9694
    @shoaib9694 3 หลายเดือนก่อน

    Ok ok ok

  • @mridu299
    @mridu299 3 หลายเดือนก่อน

    First comment 😀

  • @riyazbasha7982
    @riyazbasha7982 2 หลายเดือนก่อน

    Bro knows how to promote his course😂😂😂

  • @shankar7435
    @shankar7435 3 หลายเดือนก่อน

    Video starts at 6:00

  • @YerramArun
    @YerramArun 3 หลายเดือนก่อน +1

    ❤❤

  • @anilmohite527
    @anilmohite527 3 หลายเดือนก่อน

    👍