whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 15 Apr 2023 11:04:44 +0000 (12:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 15 Apr 2023 11:04:44 +0000 (12:04 +0100)
conferences/ngisearch2023/ngisearch2023.tex

index 77ed3d0163a61cdb584f3e021186c2c93f80cbf7..cdf3d5c2f32a2c62a92c08da8610f0eb03256c31 100644 (file)
@@ -32,8 +32,8 @@
 \vspace{6pt}
 
  \begin{itemize}
-    \item Take existing search algorithms and optimise a Vector ISA \\
-       (at the hardware level) to\rincrease energy efficiency\\
+    \item Take existing search algorithms and optimise a Vector ISA    
+       (at the hardware level) to\rincrease energy efficiency
          \vspace{6pt}
     \item Whilst normally a software developer has to make the best
        out of the situation of being provided with a "fait-accomplit" 
@@ -52,9 +52,9 @@
 \frame{\frametitle{Low-level Libraries: used by all software}
 \vspace{6pt}
  \begin{itemize}
-   \item Regardless of the high-level algorithm portable
-               low-level libraries are needed. JSON parsing, UTF-8, strncpy, memcpy.
-               \vspace{10pt}
+   \item Regardless of the high-level algorithm portable low-level
+         libraries are needed. JSON parsing, UTF-8, strncpy, memcpy.
+               \vspace{10pt}
    \item Optimising libc6 standard routines (strncpy, memcpy, isascii)
                 would represent high value-for-money if made much more efficient
                \vspace{10pt}