|
You are here |
enoent.fr | ||
| | | | |
www.jeremykun.com
|
|
| | | | | Table of Contents As we announced recently, my team at Google has started a new effort to build production-worthy engineering tools for Fully Homomorphic Encryption (FHE). One focal point of this, and one which I'll be focusing on as long as Google is willing to pay me to do so, is building out a compiler toolchain for FHE in the MLIR framework (Multi-Level Intermediate Representation). The project is called Homomorphic Encryption Intermediate Representation, or HEIR. | |
| | | | |
www.graalvm.org
|
|
| | | | | GraalVM is an advanced JDK with ahead-of-time Native Image compilation. | |
| | | | |
smyachenkov.com
|
|
| | | | | Kotlin did an amazing job saving and including into its scope most of all valuable Java libraries, frameworks, and tools. But there is one type of tool that can't be easily imported and reused - static code analyzers. Java developers have implemented a lot of tools for code analysis, therefore, if you have worked with Java you might be familiar with some of the following projects: PMD, checkstyle, findbugs, spotbugs, etc. | |
| | | | |
www.e4developer.com
|
|
| | | If you want to write a program that is able to play a strategy game, there are good chances that you will be looking at a Minimax algorithm. | ||