All Projects → JasonGaoH → Knowledgesummary

JasonGaoH / Knowledgesummary

📚A list of core knowledge that most Android programmers need to know. (continuously updated...)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Knowledgesummary

Important Java Concepts
🚀 Complete Java - A to Z ║ 📚 Notes and Programs of all Important Concepts of Java - OOPS, Data Structures, Algorithms, Design Patterns & Development + Kotlin + Android 🔥
Stars: ✭ 135 (+3.05%)
Mutual labels:  algorithms, data-structures, multithreading
Data Structures And Algorithms In Cpp
This repository is in development phase and will soon provide you with c++ code of various data structures and algorithms
Stars: ✭ 176 (+34.35%)
Mutual labels:  algorithms, data-structures, open-source
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+2279.39%)
Mutual labels:  algorithms, data-structures, jvm
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+32642.75%)
Mutual labels:  algorithms, data-structures
Yabox
Yet another black-box optimization library for Python
Stars: ✭ 103 (-21.37%)
Mutual labels:  algorithms, optimization
Miniboxing Plugin
Miniboxing is a program transformation that improves the performance of Scala generics when used with primitive types. It can speed up generic collections by factors between 1.5x and 22x, while maintaining bytecode duplication to a minimum. You can easily add miniboxing to your sbt project:
Stars: ✭ 106 (-19.08%)
Mutual labels:  jvm, optimization
Algorithms
Algorithms and data structures implemented in JavaScript with explanations, for further readings
Stars: ✭ 99 (-24.43%)
Mutual labels:  algorithms, data-structures
Acm Icpc Library
Stars: ✭ 111 (-15.27%)
Mutual labels:  algorithms, data-structures
Quitnow Cache
A collection to store data for a given time
Stars: ✭ 109 (-16.79%)
Mutual labels:  data-structures, jvm
Ultimate Go
This repo contains my notes on working with Go and computer systems.
Stars: ✭ 1,530 (+1067.94%)
Mutual labels:  algorithms, data-structures
Trienet
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.
Stars: ✭ 122 (-6.87%)
Mutual labels:  algorithms, data-structures
Daily Coding Problem
Solutions to Daily Coding Problem in Javascript
Stars: ✭ 102 (-22.14%)
Mutual labels:  algorithms, data-structures
Data Structures And Algorithms
A collection of some implementations of data structures and algorithms.
Stars: ✭ 101 (-22.9%)
Mutual labels:  algorithms, data-structures
Code With Love
Open source programming algorithms
Stars: ✭ 107 (-18.32%)
Mutual labels:  algorithms, data-structures
Flatqueue
A very fast and simple JavaScript priority queue
Stars: ✭ 98 (-25.19%)
Mutual labels:  algorithms, data-structures
Index
Metarhia educational program index 📖
Stars: ✭ 2,045 (+1461.07%)
Mutual labels:  algorithms, data-structures
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-6.87%)
Mutual labels:  algorithms, data-structures
Numcpp
C++ implementation of the Python Numpy library
Stars: ✭ 2,031 (+1450.38%)
Mutual labels:  algorithms, data-structures
Hackerrank
📗 Solutions of more than 380 problems of Hackerrank accross several domains.
Stars: ✭ 128 (-2.29%)
Mutual labels:  algorithms, data-structures
Algorithms
In case you want to contribute, ping on https://gitter.im/NITSkmOS/algo.
Stars: ✭ 95 (-27.48%)
Mutual labels:  algorithms, data-structures

KnowledgeSummary

KnowledgeSummary:中高级Android开发知识总结系列.

Category

Icon Title Detail
☕️ Java集合源码分析,主要包含Vector,ArrayList 和LinkedList的差异比较,HashMap的实现细节,ConcurrentHashMap是如何保证线程安全的 和 红黑树的实现原理。 详情
🚍 如何理解JVM虚拟机,这个部分大多是【深入理解JVM虚拟机】一书的总结笔记。 详情
🤖 主要分析Android中的一些工作机制,如Handler,AsyncTask,系统启动流程,IPC机制等等 详情
📚 Android面试题收集,除了自己平时收集的一些面试题以外,还有一些是小专栏【Android面试】里总结。 详情
📷 性能优化是开发中永远逃避不了的问题,这里主要介绍了一些自己平时做的各种优化,还有就是关于各种优化应该怎么做的相关知识的整理。 详情
👍 关于一些开源库源码的分析,这个部分量比较大,目前还在完善中。 详情
🔐 教你如何理解多线程,主要是从源码角度分析了synchronized,volatile和CAS等的工作原理。 详情

Something trivial

浅析CoordinatorLayout工作机制

仿京东、淘宝首页,通过两层嵌套的RecyclerView实现tab的吸顶效果

怎么做牛逼的动画

RecyclerView中出现item重复的问题分析

为什么RxJava的observeOn不能随便用

一种Fragment懒加载的优化策略

..... to be continue

欢迎关注我的公众号,查看更多干货。

wx.jpg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].