optimization
Here are 4,362 public repositories matching this topic...
-
Updated
Aug 15, 2021 - JavaScript
Thoughts on Go performance optimization
-
Updated
Jan 8, 2021
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Aug 12, 2021
With Closure Compiler v20210106 and the following flags:
--language_in=ECMASCRIPT_NEXT
--compilation_level ADVANCED
--js tmp/wrap.js
This works fine:
/**
* @param {string} str
* @param {string} [prefix=aa]
* @param {string} [suffix=bb]
*/
function wrap1(str, prefix="aa", suffix="bb") {
return prefix + str + suffix;
}
window.wrap1 = wrapA Python implementation of global optimization with gaussian processes.
-
Updated
May 1, 2021 - Python
Project moved to: https://github.com/llvm/llvm-project
-
Updated
Sep 2, 2020 - LLVM
Fast and efficient CSS optimizer for node.js and the Web
-
Updated
Aug 5, 2021 - JavaScript
Android virtual machine and deobfuscator
-
Updated
May 23, 2021 - Java
A Python-embedded modeling language for convex optimization problems.
-
Updated
Aug 16, 2021 - C++
Source repo for the book
-
Updated
Jun 10, 2021 - HTML
Lightweight justice for your single-board computer!
-
Updated
Aug 17, 2021 - Shell
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Aug 15, 2021 - C++
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
-
Updated
Aug 10, 2021 - Python
A tool for monitoring webpack optimization metrics through the development process
-
Updated
Oct 14, 2019 - JavaScript
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
-
Updated
Jul 23, 2020 - Java
Coz: Causal Profiling
-
Updated
May 24, 2021 - C
AI constraint solver in Java to optimize the vehicle routing problem, employee rostering, task assignment, maintenance scheduling, conference scheduling and other planning problems.
-
Updated
Aug 17, 2021 - Java
Sequential model-based optimization with a `scipy.optimize` interface
-
Updated
Aug 13, 2021 - Python
.three {
background-color: var(--my-var, var(--my-background, pink));
--border-color: linear-gradient(to top, var(--secondary-color), var(--used-color, white));
}in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error
` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12
compiler.hooks.thisCompilation.tap('esbuild', compilation => {
^
TypeError: Cannot read property 'thisCompilation' of undefined
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
-
Updated
Mar 23, 2018 - JavaScript
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
-
Updated
Jun 23, 2021 - C++
When jimplifying com.reddit.frontpage-214190.apk(Reddit v. 2.26.2), the following exception is thrown:
Exception in thread "main" Unexpected type null
at soot.jimple.toolkits.typing.integer.ClassHierarchy.typeNode(ClassHierarchy.java:152)
at soot.jimple.toolkits.typing.integer.TypeResolver.typeVariable(TypeResolver.java:121)
at soot.jimple.toolkits.typing.integer.ConstraintCollecto
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
The Fastest DNN Running Framework on Web Browser
-
Updated
Aug 15, 2021 - TypeScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Feb 3, 2021
Improve this page
Add a description, image, and links to the optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optimization topic, visit your repo's landing page and select "manage topics."


Apache Arrow has a first-class tabular file format, Feather, that the Ray Datasets IO layer should support. Combined with Ray Datasets' existing
.from_arrow()and.to_arrow()APIs, this would round out our "all-Arrow" experience, which should be as nice as possible given our "distributed Arrow dataset" positioning.Implementation Note