Add performance improvements to resume
Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
parent
9fc27106cc
commit
aa46087fe2
@ -131,7 +131,8 @@
|
||||
<ul>
|
||||
<li>Added support for compile-time reflection, various language features, and full scope resolution to compiler written in <em class="bold">C++</em>.</li>
|
||||
<li>Led development of <em class="bold">Python</em> bindings for compiler, accelerating development of a linter and a language server by over 10x.</li>
|
||||
<li>Designed and implemented <em class="bold">a type-safe error reporting API</em>, improving developer experience and compiler error messages.</li>
|
||||
<li>Leveraged profiling information to improve performance of scope resolution compiler pass by 30%.</li>
|
||||
<li>Designed <em class="bold">a type-safe error reporting API</em>, improving developer experience and enabling 100+ custom error messages.</li>
|
||||
<li>Supported community growth by designing, launching, and authoring articles for the <a href="https://chapel-lang.org/blog/posts/welcome">Chapel language technical blog.</a></li>
|
||||
<li>Laid groundwork for compatibility with leading-edge supercomputers by implementing initial <em class="bold">AMD GPU
|
||||
programming support</em> using <em class="bold">Clang</em> and <em class="bold">ROCm</em> tooling.</li>
|
||||
@ -147,7 +148,7 @@
|
||||
<li>Developed tooling in <em class="bold">Haskell</em> to interpret, verify, generate, and debug programming languages.</li>
|
||||
<li>Contributed to <em class="bold">research papers</em> published to the GPCE and VL/HCC.</li>
|
||||
<li>Proctored <em class="bold">quizzes and exams</em> for over 200 students.</li>
|
||||
<li>Aided students in implementing a final project in the form of a <em class="bold">custom programming language</em>.</li>
|
||||
<!-- <li>Aided students in implementing a final project in the form of a <em class="bold">custom programming language</em>.</li> -->
|
||||
<li>Suggested and organized <em class="bold">independent review sessions</em> attended by over 70 students, with
|
||||
50% attendance growth between sessions.</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user