- 200
- 160 957
Karan IITgn
India
Приєднався 24 лис 2019
On this channel, I am going to discuss things around computer science and engineering.
About Me:
Low-Latency Software Engineer
IIT Gandhinagar, Computer Science
About Me:
Low-Latency Software Engineer
IIT Gandhinagar, Computer Science
false sharing and impact on system's performance || c++ advanced techniques & optimizations for HFT
False sharing occurs in multithreaded programs when multiple threads access independent variables that happen to share the same cache line. Even though the variables are independent, one thread's modification of its variable invalidates the cache line, leading to unnecessary performance degradation due to cache coherence overhead.
You can connect:
Instagram: lodhi_rajput_karan
Linkedin: www.linkedin.com/in/karan-lodhi-rajput-b1a44b105/
For one-to-one discussion: topmate.io/karan_kumar_rajput
You can connect:
Instagram: lodhi_rajput_karan
Linkedin: www.linkedin.com/in/karan-lodhi-rajput-b1a44b105/
For one-to-one discussion: topmate.io/karan_kumar_rajput
Переглядів: 58
Відео
Easiest way to learn new features of any language in 2024
Переглядів 7714 годин тому
You can connect: Instagram: lodhi_rajput_karan Linkedin: www.linkedin.com/in/karan-lodhi-rajput-b1a44b105/ For one-to-one discussion: topmate.io/karan_kumar_rajput
market makers, idea behind market making algos, risk and top market market making firms in the world
Переглядів 601Місяць тому
You can connect: Instagram: lodhi_rajput_karan Linkedin: www.linkedin.com/in/karan-lodhi-rajput-b1a44b105/ For one-to-one discussion: topmate.io/karan_kumar_rajput
Mutex and how to avoid the critical section problem using mutex
Переглядів 93Місяць тому
You can connect: Instagram: lodhi_rajput_karan Linkedin: www.linkedin.com/in/karan-lodhi-rajput-b1a44b105/ For one-to-one discussion: topmate.io/karan_kumar_rajput
Example of race condition and critical section || Advanced multithreading series
Переглядів 61Місяць тому
You can connect: Instagram: lodhi_rajput_karan Linkedin: www.linkedin.com/in/karan-lodhi-rajput-b1a44b105/ For one-to-one discussion: topmate.io/karan_kumar_rajput
How does virtual table work internally in c++? vtable and virtual function
Переглядів 1832 місяці тому
How does virtual table work internally in c ? vtable and virtual function
Misc-Topic: What is inline keyword/function in c++ || don't ignore for better performance
Переглядів 992 місяці тому
Misc-Topic: What is inline keyword/function in c || don't ignore for better performance
Don't do this to avoid memory leaks in the system || Part-1
Переглядів 1793 місяці тому
Don't do this to avoid memory leaks in the system || Part-1
What is object slicing and how to avoid this in c++?
Переглядів 3513 місяці тому
What is object slicing and how to avoid this in c ?
Story of losing 440M in 45 minutes | Biggest software disaster in the world, knight-capital incident
Переглядів 5374 місяці тому
Story of losing 440M in 45 minutes | Biggest software disaster in the world, knight-capital incident
Why to use virtual destructor in c++? Part-1
Переглядів 1154 місяці тому
Why to use virtual destructor in c ? Part-1
Why to use virtual destructor in c++? Part-2
Переглядів 704 місяці тому
Why to use virtual destructor in c ? Part-2
Must prepare important gate subject for advanced level interview preparation
Переглядів 1434 місяці тому
Must prepare important gate subject for advanced level interview preparation
EE + CS or Maths + CS for quant research profile? Q&A Session with HFT Developer
Переглядів 2964 місяці тому
EE CS or Maths CS for quant research profile? Q&A Session with HFT Developer
Post workout healthy breakfast by a Software Engineer || Health is Wealth
Переглядів 2395 місяців тому
Post workout healthy breakfast by a Software Engineer || Health is Wealth
Product based company and fresher, having self doubt, must watch for you
Переглядів 2075 місяців тому
Product based company and fresher, having self doubt, must watch for you
Solving a problem statement based on thread-queue and thread-executor class using c++
Переглядів 3436 місяців тому
Solving a problem statement based on thread-queue and thread-executor class using c
What is anycast, how does it work? explained in Hindi
Переглядів 2136 місяців тому
What is anycast, how does it work? explained in Hindi
Paris olympic 2024 and my giveaway for software engineering aspirants || #computerscience
Переглядів 2186 місяців тому
Paris olympic 2024 and my giveaway for software engineering aspirants || #computerscience
what is the difference between bare metals and cloud servers? cloud servers vs bare metals
Переглядів 1316 місяців тому
what is the difference between bare metals and cloud servers? cloud servers vs bare metals
Tour to my kitchen garden in my village || Software Engineer as a Farmer
Переглядів 2946 місяців тому
Tour to my kitchen garden in my village || Software Engineer as a Farmer
Top 5 core computer science skills every software engineer should be good at ?
Переглядів 3727 місяців тому
Top 5 core computer science skills every software engineer should be good at ?
After an internship, how to get PPO, tips to get Pre-Placement offer?
Переглядів 3017 місяців тому
After an internship, how to get PPO, tips to get Pre-Placement offer?
Q&A: How to move from FAANG/MAANG or product based company to High-frequency trading firms?
Переглядів 7187 місяців тому
Q&A: How to move from FAANG/MAANG or product based company to High-frequency trading firms?
Lecture: Implementation of static keyword using the real world examples in c++ || #OOPs
Переглядів 1787 місяців тому
Lecture: Implementation of static keyword using the real world examples in c || #OOPs
Destructor implementation using c++ || Dynamic-Memory management using new and delete
Переглядів 1597 місяців тому
Destructor implementation using c || Dynamic-Memory management using new and delete
What is the difference between pointer and reference in c++ ?? pointer vs references in c++
Переглядів 4097 місяців тому
What is the difference between pointer and reference in c ?? pointer vs references in c
function overloading in c++ || compile time binding using function overloading in c++
Переглядів 1057 місяців тому
function overloading in c || compile time binding using function overloading in c
static function and static member variable in c++ || static keyword in c++ || part-2
Переглядів 2227 місяців тому
static function and static member variable in c || static keyword in c || part-2
static variables in c++ || static keyword in c++ || part-1
Переглядів 3467 місяців тому
static variables in c || static keyword in c || part-1
Bhaiya you were in Mtech then you entered HFT ,so how did it happen via mtech please share this journey ,was it through campus placement offers or anything else
correct me if I'm wrong. these are compiler attributes and they serve as a hint to the compiler to proceed with necessary optimizations. they do not force compiler for these optimizations.
Yes, You are right 👌
Bro any idea about iisc
my codeforces rating is around 2300 ( international master ), i am not in IIT or NIT can I get into HFT
is chitkara good for cse? because i messed up my mains 1st attempt 🥲🥲🥲🥲, and i dont have hopes for 2nd attempt either
Sir can you make a complete roadmap for cpp in quant like I have watched video about topics required but I feel it is not structured . I am a tier 3 btech cse student . I know python mern and basic problem solving done on codeforces codechef
Bro.. Please How to become quantitative researcher as a BBA finance student.❤❤❤Nice video
ua-cam.com/users/shortsmJqlVsw2WHw?feature=share
Hi KARAN I am doing BBA in finance and want to become quantitative analyst . so how can i become QA. and is it possible? i have 3 years of timing from now .please.. guide me ❤❤❤btw nice insight
Sir please give list of hft startup in india I am not able to find the instagram account, and also i am not able to send massege on linkedIn
Thanks Karan sir. Can you please fix your mic 🎤 🙏
2:18 samajh ni aaya🤔
Sir humko v algo trading sai kam karna hai special indicator per lakin Kaisa kara pata nahi app help karia
This is a great explanation! Thanks!
Glad it was helpful!
Hft ke liye dpdk project mein time spend karna chahiye?
Sir can you help me related to c++ developer role in GoQuant
Good explanation! Thanks 👍
Sir I have to ask that , if a person had done M.Tech from any of the top 5..6 IIT . Will it be possible to get Cpp dev roll at any HFT
This is one of the easiest ways to enter into HFTs
Sir, Please make videos in English..so that everyone can understand easily... it's bit difficult for people of different regions of indi a to understand hindi...please make videos in english
Sure, will try to incorporate it in the future videos
Bro... thankyou for the information provided.. Can you make a video of different job roles in hfts and how they work,what skills need to be learnt for different roles...
How much money can an algotrader make while working in HFTs such as Tower, graviton etc in India?..Please give us an idea about it
so what do you call that Trader who write strategies on Ballot paper ?
Insane 🎉
Bhaiya Can A Tier-3 BCA Student Get An Internship as a Quantitive Developer
Bro, where is the github link ?
You're creating great content around C++ specially the not much taught about topics. Thank you for teaching such stuffs.
Thanks for the appreciation, it really motivates me to keep creating
@@karaniitgn0908 you're welcome. How about creating courses in cpp with projects around the content you're teaching. It could be a one stop solution for Cpp.
Project kn sa kre hft k liye
love your efforts on explaing how market microstructure , arbitage , strategy works in hft.Will connect to you 1-1 discussion after i complete metaprogrmming, and mem mgmt topics
Glad it was helpful Thanks for your kind words
Great video sir!!
How to build project in c++ wrt to HFT so that I can use that to add in my resume and HTF can select my resume.
Is there a chance for mtech iit students in CS branch
Sir as you mentioned in video, that preparing for HFts indirectly & directly will be helpful for other product based companies preparation then can you please make a seperate video to explain that what should we prepare so that we should go for both the sides
Bhaiya ek roadmap bata do na hft firmse kaise crack kare
Bhaiya to ye market makers bohut saare share apne pass store rakhti hai to provide liquidity in market when asked?
Thank you
You're welcome
Sir Apka Instgram ID kya hai please batao na
Sir, I am not from IITs( I am from MIT Manipal). Also I am in my 2nd year. It seems impossible to get into a HFT as a fresher but I am quite determined to crack it. Will my chances increase if I win competitions and hackathon? If so can u tell what competitions should I eye for? I am from a non-CSE instrumentation background. So if there’s any chance, it has to be solely based on my skills I guess.
bro any HFT companies visited IIIT-Hyderabad
Your videos are very underrated as i see there are very very few likes and barely and comment , but youre a great teacher and i love your videos .
I watched whole playlist of the oops it really good I am putting a request that can you please create a playlist of the stl .
Sir agar koi non cs background se ho but mtech ee se kia ho iit main to uske kya chances hain select hone ka
Sir humco ssl channel indicator per Algo mai kam karna hai lakin pata Nahi chall raha hai kaisa kara
Hi how can i start my career with hft. Currently, i have 7 yrs of experience in automation testing.
Bhiya this is IIT Madras online degreee so its online degree
Sir old iits se mtech krke quant me ja skte h? Ya sirf undergraduate ko hi preference milti h
I am first year student at IIT patna tell me how to prepare for HFT