Menu

#8 Resolve compilation warnings in the Rabin-Karp implementation

1.0
open
nobody
None
2013-12-27
2013-08-12
No

Current (as of changeset 21) Rabin-Karp algorithm implementation suffers from multiple compilation warnings on SBCL. This prevents from efficient code generation and extremely poor resulting performance.

Fixing compilation warnings might require turning a string into an array of octets.

Related

Tickets: #3

Discussion

  • Victor Anyakin

    Victor Anyakin - 2013-08-12

    See also ticket [#3].

     

    Related

    Tickets: #3

  • Victor Anyakin

    Victor Anyakin - 2013-12-27

    Rabin-Karp fails one of the smoke tests in changeset 67.

     

Log in to post a comment.